{i18n}Role Administration{/i18n}

FIXME Overview of roles.

Note: Roles are not yet fully functional within KnowledgeTree™ 3.0

{if ($for_edit === false)}
{i18n}Add a Role{/i18n} {foreach item=oWidget from=$add_fields} {$oWidget->render()} {/foreach}
{else}
{i18n}Change a role's details{/i18n} {foreach item=oWidget from=$edit_fields} {$oWidget->render()} {/foreach}
{/if} {if (count($roles) !== 0)} {foreach item=oRole from=$roles} {/foreach} {else} {/if}
{i18n}Role Name{/i18n} {i18n}Edit{/i18n} {i18n}Delete{/i18n}
{$oRole->getName()} {i18n}Edit{/i18n} {i18n}Delete{/i18n}

{i18n}There are currently no roles created within the system.{/i18n}