{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 award name definitions for {$modtype}#>
{if count($alist)} {foreach from=$alist item='a'} {/foreach}
<#Name#> <#Description#>
{$a.name|escape}
    
{else}
<#No awards exist in the database#>
<#After a stats update has occured awards should become available#>


{/if}

{if count($alist)}
<#Import / Export Award Definitions#>
<#Import Definitions:#>
              
{/if}