{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)} {foreach from=$rlist item='r'} {/foreach}
<#Name#> <#Description#>
{$r.name|escape}
    
{else}
<#No roles exist in the database.#>
<#After a stats update has occured roles should become available.#>


{/if}

{if count($rlist)}
<#Import / Export Role Definitions#>
<#Import Definitions:#>
              
{/if}