{include file="$admintemplatepath/header.template"} {include file="$admintemplatepath/navigation.template" showOpt=blogCustomFields title=$locale->tr("blogCustomFields")}
{include file="$admintemplatepath/successmessage.template"} {include file="$admintemplatepath/errormessage.template"} {foreach from=$fields item=field} {/foreach}
{$locale->tr("name")} {$locale->tr("description")} {$locale->tr("type")} {$locale->tr("hidden")} {$locale->tr("actions")}
{$field->getName()} {$field->getDescription()} {if $field->getType() == 1}{$locale->tr("text_field")}{/if} {if $field->getType() == 2}{$locale->tr("text_area")}{/if} {if $field->getType() == 3}{$locale->tr("checkbox")}{/if} {if $field->getType() == 4}{$locale->tr("date_field")}{/if} {if $field->isHidden()}{$locale->tr("yes")}{else}{$locale->tr("No")}{/if}
{$locale->tr( {$locale->tr(
{adminpager style=list}
{include file="$admintemplatepath/footernavigation.template"} {include file="$admintemplatepath/footer.template"}