{template_event name="quiqqer::erpAccountingTemplate::body::begin" entityType=$entityType}
{if !empty($projectName)}

{locale group="quiqqer/erp-accounting-templates" var="body.project"}: {$projectName}

{/if} {if $this->getAttribute('order_date')}

{locale group="quiqqer/erp-accounting-templates" var="body.orderDate"}: {$this->formatDate($this->getAttribute('order_date'))}

{/if} {if !empty($contactPerson)}

{locale group="quiqqer/erp-accounting-templates" var="body.contactPerson"}: {$contactPerson}

{/if}
{$ArticleList->toHTML()}
{locale group="quiqqer/erp-accounting-templates" var="body.paymentType"}: {if $Payment} {$Payment->getTitle()} {/if}
{if !empty($this->getAttribute('payment_due_date'))}
{locale group="quiqqer/erp-accounting-templates" var="body.paymentTarget"}: {$this->formatDate($this->getAttribute('payment_due_date'))}
{/if} {if !empty($this->getAttribute('additional_text'))}
{$this->getAttribute('additional_text')}
{/if}
{template_event name="quiqqer::erpAccountingTemplate::body::begin" entityType=$entityType}