{namespace JIRA.Templates.Admin.LicenseRoles} /** * Render the groups associated with a license role. * * @param groups a collection of group-names to render. */ {template .groups} {if length($groups) > 0} {/if} {/template} /** * Render the table container for the roles component. */ {template .table}
{/template} /** * The group editor. * * @param groups */ {template .editGroups}
{getText('licenserole.role.edit.groups.hint')}
{/template} /** * Render the license role page. */ {template .page} {getText('licenserole.roles.concept')} {call JIRA.Templates.Headers.pageHeader} {param mainContent}

{getText('licenserole.roles.concept')}

{/param} {/call} {call JIRA.Templates.Modules.staticModule} {param id: 'licenseroles'/} {param content}
{/param} {/call} {/template}