{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")}
{check_perms perm=update_custom_field}{/check_perms}{$field->getName()}{check_perms perm=update_custom_field}{/check_perms} {$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->getType() == 5}{$locale->tr("dropdown_list_field")}{/if} {if $field->isHidden()}{$locale->tr("yes")}{else}{$locale->tr("No")}{/if}
{check_perms perm=update_custom_field} {$locale->tr( {$locale->tr( {/check_perms}
{adminpager style=list} {check_perms perm=update_custom_field} {/check_perms}
{include file="$admintemplatepath/footernavigation.template"} {include file="$admintemplatepath/footer.template"}