{$forms.customFieldsForm.open}
{if $user->canManageTeam()} {if $custom_fields} {foreach $custom_fields as $field} {if CustomFields::TYPE_TEXT == $field['type']} {else if CustomFields::TYPE_DROPDOWN == $field['type']} {/if} {/foreach} {/if}
{$i18n.label.thing_name} {$i18n.label.type} {$i18n.menu.options} {$i18n.label.edit} {$i18n.label.delete}
{$field['label']|escape:'html'}{$i18n.label.type_text} {$i18n.label.type_dropdown} {$i18n.label.configure}{$i18n.label.edit} {$i18n.label.delete}

{$forms.customFieldsForm.btn_add.control}
{/if}
{$forms.customFieldsForm.close}