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