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

Status der Bounce-Erkennung Auftrag "@Model.OrderName, Auftragsstart am @Model.OrderStartedAt"

Status:
@If.BounceRecognitionIsRunning Bounce-Erkennung läuft @EndIf @IfNot.BounceRecognitionIsRunning Bounce-Erkennung abgeschlossen oder noch nicht durchgeführt @EndIf
@If.BounceRecognitionIsRunning
Fortschritt:
@EndIf

@Each.FoundBounces
Sendezeitpunkt: @Current.MailSentAt

Empfänger: @Current.AllRecipients

@If.HasCcRecipients

CC: @Current.AllCcRecipients

@EndIf @If.HasBccRecipients

BCC: @Current.AllBccRecipients

@EndIf

Bounce-Status: @Current.BounceActionAsString

@If.HasEmailFile wrench E-Mail herunterladen @EndIf  
@EndEach
@EndSection