{if count($errors)}
{include file="block_errors.html" errtitle="<#There were errors in your input#>"}
{/if}
{if count($ignoreditems)}
{include file="block_errors.html" errors=$ignoreditems errtitle="<#There were errors in your definition import#>"}
{/if}
{if $success}
{$success}
{/if}
<#Edit role name definitions for {$modtype}#>
{if count($rlist)}
<#Name#>
<#Description#>
{foreach from=$rlist item='r'}
{$r.name|escape}
{/foreach}
{else}
<#No roles exist in the database.#>
<#After a stats update has occured roles should become available.#>