{extends file="$tpl_admin_layout"} {block name="content"}
{$_L['Custom Fields']}
{foreach $cf as $c}
{if ($c['fieldtype']) eq 'text'}
{if ($c['description']) neq ''} {$c['description']} {/if}
{elseif ($c['fieldtype']) eq 'password'}
{if ($c['description']) neq ''} {$c['description']} {/if}
{elseif ($c['fieldtype']) eq 'dropdown'}
{if ($c['description']) neq ''} {$c['description']} {/if}
{elseif ($c['fieldtype']) eq 'textarea'}
{if ($c['description']) neq ''} {$c['description']} {/if}
{else} {/if}
{foreachelse}

{$_L['Custom Fields Not Available']}

{/foreach}

{$_L['Add Custom Field']}

{/block}