{namespace JIRA.Templates.project.ChangeType}
/**
* Render the change project type dialog
*
* @param projectId the id of the project we're changing
*/
{template .changeProjectTypeDialog}
{getText('admin.projects.change.project.type.title')}
{let $helpLinkAnchor}{/let} {getText('admin.projects.change.project.type.help', $helpLinkAnchor, '')|noAutoescape}
{/template} /** * Render the project types dropdown * * @param projectTypeKey project current project type key * @param projectTypes */ {template .projectTypeDropdown} {/template} /** * Change the content of the target element. * * @param icon the project type icon * @param formattedKey the project type formatted key */ {template .updateTargetElement}