{namespace JIRA.Templates.Flags.Admin} /** * Render the title of the flag indicating the admin has no use access. */ {template .adminIssueAccessFlagTitle} {getText('flag.admin.no.projects.title')} {/template} /** * Render the body of the flag indicating the admin has no use access. * @param manageAccessUrl the URL for the manage access page. */ {template .adminIssueAccessFlagBody} {let $start}{/let} {let $end}{/let}
{getText('flag.admin.no.projects.msg')}
{/template}