@Master['master.html'] @Model['OrderLogMailOverviewViewModel'] @Section['Content']

OrderLogMails Auftrag "@Model.OrderName, Auftragsstart am @Model.OrderStartedAt"

@Each.OrderLogMails
Sendezeitpunkt: @Current.MailSentAt

Empfänger: @Current.AllRecipients

@If.HasCcRecipients

CC: @Current.AllCcRecipients

@EndIf @If.HasBccRecipients

BCC: @Current.AllBccRecipients

@EndIf
@If.HasEmailFile @EndIf
@EndEach
@EndSection