{strip}
{if $gContent->hasUpdatePermission()} {biticon ipackage="icons" iname="edit" iexplain="Edit Movement"} {/if}

{$gContent->getTitle()|escape}

{tr}Movements{/tr}{$gContent->mInfo.creator|escape}
{tr}Type{/tr}
{$gContent->mInfo.ref_type_title|default:$gContent->getDirection()|escape}
{if $gContent->mInfo.ref_contact_name}
{tr}Supplier{/tr}
{$gContent->mInfo.ref_contact_name|escape}
{elseif $gContent->mInfo.ref_from_data}
{tr}From{/tr}
{$gContent->mInfo.ref_from_data|escape}
{/if}
{tr}Created{/tr}
{$gContent->mInfo.created|bit_short_datetime} {tr}by{/tr} {$gContent->mInfo.creator|escape}
{if $gContent->mInfo.ref_start_date}
{if $isPbld}{tr}Build Date{/tr}{else}{tr}Ordered{/tr}{/if}
{$gContent->mInfo.ref_start_date|bit_short_date}
{/if}
{if $isPbld}{tr}Completed{/tr}{else}{tr}Received{/tr}{/if}
{if $gContent->isReceived()}{$gContent->mInfo.event_time|bit_short_date}{else}{if $isPbld}{tr}In progress{/tr}{else}{tr}Pending{/tr}{/if}{/if}
{if $gContent->mInfo.last_modified neq $gContent->mInfo.created}
{tr}Modified{/tr}
{$gContent->mInfo.last_modified|bit_short_datetime} {tr}by{/tr} {$gContent->mInfo.editor|escape}
{/if} {if $gContent->mInfo.data}
{tr}Note{/tr}
{$gContent->mInfo.data|escape}
{/if}
{if $gXrefInfo->mGroups} {jstabs} {foreach $gXrefInfo->mGroups as $xrefGroup} {if $xrefGroup->mXGroup neq 'reference' && ($xrefGroup->mXGroup neq 'assembly' || $isBuild)} {include file=$gContent->getXrefListTemplate($xrefGroup->mTemplate) xrefGroup=$xrefGroup allow_add=false allow_edit=false} {/if} {/foreach} {/jstabs} {/if}
{/strip}