{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 $this->getAttribute('contact_person')}

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

{/if}
{template_event name="quiqqer::erp-accounting-templates::invoiceDataEnd" InvoiceView=$this}
{$ArticleList->toHTML()}
{if !empty($this->getAttribute('additional_invoice_text'))}
{$this->getAttribute('additional_invoice_text')}
{/if}
{template_event name="quiqqer::erpAccountingTemplate::body::begin" entityType=$entityType}