Order ID: {{ order.id }}
Title Book: {{ order.titleBook }}
Title Article: {{ order.titleArticle }}
Author Book: {{ order.authorBook }}
Author Article: {{ order.authorArticle }}
BV Nr: {{ order.bvNr }}
Signature: {{ order.signature }}
Due Date: {{ order.dueDate | date:'dd-MM-yyyy' }}
Done Date: {{ order.doneDate | date:'dd-MM-yyyy' }}
Type: {{ order.type }}
ISBN: {{ order.isbn }}
ISSN: {{ order.issn }}
Issue: {{ order.issue }}
Issue Article: {{ order.issueArticle }}
Pages: {{ order.pages }}
Place Publication: {{ order.placePublication }}
Publisher: {{ order.publisher }}
Publication Date: {{ order.publicationDate | date:'dd-MM-yyyy' }}
Client Email: {{ order.clientDeliveryEmail }}
Client Name: {{ order.clientDeliveryName }}
Comment: {{ order.scanComment }}