[`Place this field after`]:
{{foreach name="sections" from=$fields item=section}}
{{if $smarty.foreach.sections.index == 0}}[`Primary identifying fields`]{{else}}{{$section.name}}{{/if}}
{{foreach from=$section.fields item=f}} {{if $section.id != $main_section || !$f.standart}}
{{if $smarty.foreach.sections.index}} {{/if}}{{$f.name}}
{{/if}} {{/foreach}} {{/foreach}}