{if $user->can('manage_custom_fields')}
{$i18n.label.thing_name}
{$i18n.label.edit}
{$i18n.label.delete}
{if $options} {foreach $options as $key=>$val}
{$val|escape}
{$i18n.label.edit}
{$i18n.label.delete}
{/foreach} {/if}
{/if}