{$_title = "[`Field constructor`]"} {$wrapper_id = uniqid('crm-field-constructor-wrapper-')}

{$_title}

[`Main contact fields cannot be modified or disabled.`]

{foreach $fields.main as $field}
{$field.name|escape}
[`person`] [`company`]
{/foreach}
[`Additional contact and transaction fields`]
{foreach $fields.other as $field} {include file="./SettingsFieldRow.inc.html" field=$field inline} {/foreach}