{$forms.dropdownOptionsForm.open}
{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}
{$forms.dropdownOptionsForm.close}