{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 weapon definitions for {$modtype}#>
{if count($wlist)} {foreach from=$wlist item='w'} {/foreach}
<#Image#> <#Name#> <#Description#>
{weaponimg name="`$w.name`.gif" noimg="<#(no image)#>"} {$w.name|escape}
    
{else}
<#No weapons exist in the database.#>
<#After a stats update has occured weapons should become available.#>


{/if}

{if count($wlist)}
<#Import / Export Weapon Definitions#>
<#Import Definitions:#>
              
{/if}