{i18n}Edit Fieldset{/i18n}

{i18n}Current Fields in Set{/i18n}

{i18n}Fields which are currently not included in any set can be added to this set.{/i18n}

{if (empty($children))}

{i18n}No fields associated with this fieldset.{/i18n}

{else} {foreach item=oField from=$children} {$oField->getName()} {/foreach} {/if}
{i18n}Add Field to set{/i18n}

{i18n}Fields which are currently not included in any set can be added to this set.{/i18n}

{if (empty($freefields))}

{i18n}No free fields.{/i18n}

{else} {/if}
{if ($fieldSet->canBeMadeConditional() === true)}
{i18n}Make this fieldset conditional{/i18n}
{if (empty($freefields))}

{i18n}No free fields.{/i18n}

{else} {/if}
{else} {if ($fieldSet->getIsConditional())} {i18n}Field has conditions attached to it.{/i18n} {else}

{i18n}Fieldset cannot be made conditional. One of the fields must not be a lookup.{/i18n}

{/if} {/if}