get("ui/morphTo")}/title_bullet.png{else}{$rootUrl}/resources/graphics/title_bullet.png{/if}"/>{i18n}Fieldset{/i18n}:
{$oFieldset->getName()}

{if $sIncomplete}
{i18n}Incomplete{/i18n}: {i18n}This conditional fieldset cannot be used{/i18n}:
{$sIncomplete}
{/if}
{i18n}Fieldset properties{/i18n}

{i18n}Please complete the following fields to edit the fieldset's properties and then click Change. Required fields are marked with a red square.{/i18n}

{foreach item=oWidget from=$edit_fieldset_fields} {$oWidget->render()} {/foreach}
{assign var="aFields" value=$oFieldset->getFields()} {assign var="showForm" value=true} {foreach from=$aFields item=oField} {if ! $oField->getHasLookup() } {assign var="showForm" value=false} {/if} {/foreach} {if ($oFieldset->getIsConditional() || ($showForm && $context->haveConditional()))}
{i18n}Conditionality{/i18n}

{i18n}A conditional fieldset contains only lookup fields. The values for each field can depend on the user's selections for the others.{/i18n}

{if $oFieldset->getIsConditional() } {i18n}Yes{/i18n} {else} {i18n}No{/i18n} {/if}
{if $oFieldset->getIsConditional() } {assign var=sIncomplete value=$context->getIncomplete($oFieldset)} {if $sIncomplete}

{i18n}This error prevents this fieldset from being set to complete{/i18n}: {$sIncomplete}


{/if}

{else} {assign var="showForm" value=true} {foreach from=$aFields item=oField} {if ! $oField->getHasLookup() } {assign var="showForm" value=false} {/if} {/foreach} {if ($showForm && $context->haveConditional())}
{/if} {/if}
{else} {if $context->haveConditional()}
{i18n}This fieldset cannot be made conditional, since it contains fields which are not lookup types.{/i18n}
{/if} {/if}

{i18n}Fieldset members{/i18n}

{i18n}A fieldset is a collection of fields that comprise a defined set of document metadata. You may add, edit or delete members of this fieldset collection below.{/i18n}

{if $oFieldset->getFields() }
{i18n}Existing members{/i18n} {foreach from=$oFieldset->getFields() item=oField} {/foreach}
  {i18n}Field Name{/i18n} {i18n}Edit{/i18n} {i18n}Type Description{/i18n}
{$oField->getName()} {i18n}edit{/i18n} {$oField->getTypeDescription()}
{/if}
{i18n}Add a new field{/i18n}

{i18n}To add a new field, enter the field's name, description and field type below and then click Add field. If the field type requires additional lookup values you will be prompted to enter them.{/i18n}

{foreach item=oWidget from=$create_field_fields} {$oWidget->render()} {/foreach}