{if $field.error}
{$field.error|escape}
{/if} {if !$field.id} {remarksbox type="info" title="{tr}Item must be created first{/tr}" close="n"}

{tr}You will be able to manage Tiki instances here once you create the item.{/tr}

{/remarksbox} {else} {if $field.instances} {foreach $field.instances as $instance}
{$instance->type|escape}
{$instance->name|escape}
{$instance->branch}
{$instance->revision}
{/foreach} {/if} {if in_array('create', $field.available_actions) and !$field.has_created_one} {if $field.source}{assign var=action value=create_source}{else}{assign var=action value=create}{/if}
{/if} {/if}