<% if isReadonly %> <% _t('LOCKED', 'These fields cannot be modified') %> <% else %> <% _t('DRAG', 'Drag to rearrange order of fields') %> <% end_if %> <% _t('CHECKBOXGROUP', 'Checkbox group') %> $TitleField <% _t('MORE', 'More options') %> <% if isReadonly %> <% _t('LOCKED', 'These fields cannot be modified') %> <% else %> <% if CanDelete %> <% _t('DELETE', 'Delete this field') %> <% else %> <% _t('REQUIRED', 'This field is required for this form and cannot be deleted') %> <% end_if %> <% end_if %>
    <% if isReadonly %> <% control Options %> $ReadonlyOption <% end_control %> <% else %> <% control Options %> $Option <% end_control %>
  • <% _t('ADD', 'Add new option') %>
  • <% end_if %>
<% control ExtraOptions %> $FieldHolder <% end_control %>