{include file="header.html"}

{$layout.pagetitle}

{include file="calendar_js.html"} {literal} {/literal}
{if $customernodes.total} {/if}
{t}Liability:{/t} {if $assignmentedit.liabilityid == 0}
{else}
{t}Value:{/t} {t}Tax:{/t} {t}Product ID:{/t} {/if}
{t}Accounting day:{/t} {t}When:{/t} {t}from:{/t} {t}to:{/t}
{t}Discount:{/t}
{t}Options:{/t} {t}with invoice{/t}  {t}with settlement of first deficient period{/t}
{t}Nodes:{/t} {section name=customernodes loop=$customernodes} {if $customernodes[customernodes].id} {cycle values="light,lucid" print=false} {assign var=nodeid value=$customernodes[customernodes].id} {/if} {/section}
{$customernodes[customernodes].name} ({$customernodes[customernodes].id|string_format:"%04d"}){if $customernodes[customernodes].location} / {$customernodes[customernodes].location|truncate:"60":"...":true}{/if}
{t}Submit{/t}   {t}Cancel{/t}

{include file="customerassignments.html"} {include file="footer.html"}