{if ($assignment.flags & $smarty.const.TARIFF_FLAG_ALL_REWARD_PENALTY_FLAGS) > 0} {/if} {if $assignment.attribute} {/if}
{icon name="money"} {trans("Liability's Options:")}
{if $assignment.value < 0} {icon name="reward"} {else} {icon name="penalty"} {/if} {if $assignment.value < 0} {trans("Reward for")} {else} {trans("Penalty for")} {/if}
    {foreach $_TARIFF_FLAGS as $flag => $label} {if intval($assignment.flags) & intval($flag)}
  • {$label}
  • {/if} {/foreach}
{icon name="user-id-number"} {trans("Attribute:")} {if $assignment.attribute}{$assignment.attribute}{/if}
{icon name="user-id-number"} {trans("Numbering Plan:")} {if $assignment.numberplan}{$assignment.numberplan}{else}{trans("default")}{/if}
{icon name="deadline"} {trans("Deadline")} {if strlen($assignment.paytime)}{trans($assignment.paytime)} {trans("days")}{else}{trans("default")}{/if}
{icon name="print"} {trans("Payment Type:")} {if $assignment.paytypename}{trans($assignment.paytypename)}{else}{trans("default")}{/if}
{icon name="options"} {trans("document type:")} {if $assignment.invoice == $smarty.const.DOC_INVOICE} {trans("invoice")} {elseif $assignment.invoice == $smarty.const.DOC_INVOICE_PRO} {trans("pro forma invoice")} {elseif $assignment.invoice == $smarty.const.DOC_DNOTE} {trans("debit note")} {else} {trans("without document")} {/if}
{icon name="options"} {trans("Document separation group")} {if empty($assignment.separatedocument) && !strlen($assignment.separatedocument)}—{else}{$assignment.separatedocument|escape}{/if}
{icon name="options"} {trans("separate document position")} {if empty($assignment.separateitem)}{trans("no")}{else}{trans("yes")}{/if}
{icon name="money"} {trans("split payment")} {if $assignment.splitpayment}{trans("yes")}{else}{trans("no")}{/if}
{icon name="money"} {trans("Tax category:")} {if $assignment.taxcategory} ({sprintf('%02d', $assignment.taxcategory)}) {$_TAX_CATEGORIES[$assignment.taxcategory].label} {else} {trans("— none —")} {/if}
{icon name="options"} {trans("with settlement")}: {if $assignment.settlement}{trans("yes")}{else}{trans("no")}{/if}
{icon name="document"} {trans("Reference document:")} {if $assignment.document}{$assignment.document}{else}{trans("none")}{/if}