{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}
{foreach $group in $groups}
{sp}{$group}
{/foreach}
{/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}