{if $assignment.attribute} {/if}
{trans("Liability's Options:")}
{trans("Attribute:")} {if $assignment.attribute}{$assignment.attribute}{/if}
{trans("Numbering Plan:")} {if $assignment.numberplan}{$assignment.numberplan}{else}{trans("default")}{/if}
{trans("Payment Type:")} {if $assignment.paytypename}{$assignment.paytypename}{else}{trans("default")}{/if}
{trans("document type:")} {if $assignment.invoice == $smarty.const.DOC_INVOICE} {trans("invoice")} {elseif $assignment.invoice == $smarty.const.DOC_INVOICE_PRO} {trans("pro forma invoice")} {else} {trans("no")} {/if}
{trans("separate document")}: {if $assignment.separatedocument}{trans("yes")}{else}{trans("no")}{/if}
{trans("with settlement")}: {if $assignment.settlement}{trans("yes")}{else}{trans("no")}{/if}
{trans("Reference document:")} {if $assignment.document}{$assignment.document}{else}{trans("none")}{/if}