{{if $field.standart}} [`Field`]
{{$field.name[$user_lang]}}
[`is a standart field and can not be modified.`]
{{else}}
[`Field name`]:
{{foreach from=$langs item=lang key=l}}
{{foreach from=$langs item=select_lang key=select_l}}
{{$select_lang}}
{{/foreach}}
{{/foreach}} {{if $add_lang}}
[`Add name in other language`]
{{/if}}
[`Database name`]:
{{$field.dbname}}
[`Field type`]:
{{foreach from=$dbtypes key=t item=tname}}
{{$tname}}
{{/foreach}}
[`Width`]:
[`Number of decimal places`]:
0
1
2
3
4
[`Items`]:
{{if $field.type == 'MENU'}} {{foreach from=$field.options item=m}} {{$m}} {{/foreach}} {{/if}}
{{/if}}
{{if $act == 'add'}}
[`Place this field after`]:
{{foreach from=$fields item=section}}
{{$section.name}}
{{foreach from=$section.fields item=f}} {{if $section.id != $main_section || !$f.standart}}
{{$f.name}}
{{/if}} {{/foreach}} {{/foreach}}
{{/if}}
{{if $act == 'edit'}}
[`NOTE`]
: [`Changing field type may cause a partial or complete loss of data in this field.`]
{{/if}}