{{ __mc('Checklist') }}

@if ($mail->contentItem->sendsCount() > 0) {{ __mc('Automation mail') }} {{ $mail->name }} {{ __mc('has been sent to :sendsCount :subscriber', [ 'sendsCount' => $mail->contentItem->sendsCount(), 'subscriber' => __mc_choice('subscriber|subscribers', $mail->contentItem->sendsCount()) ]) }}. @endif @if($mail->isReady()) @if (! $mail->contentItem->htmlContainsUnsubscribeUrlPlaceHolder() || $mail->contentItem->sizeInKb() > 102)

{!! __mc('Automation mail :automationMail can be sent, but you might want to check your content.', ['automationMail' => $mail->name]) !!}

@else @if (! $mail->contentItem->hasValidHtml()) {!! __mc('Your campaign HTML is invalid according to the guidelines, please make sure it displays correctly in the email clients you need.', ['url' => 'https://www.caniemail.com/']) !!} @else {!! __mc('Automation mail :automationMail is ready to be sent.', ['automationMail' => $mail->name]) !!} @endif @endif @else {{ __mc('You need to check some settings before you can deliver this mail.') }} @endif

{{ __mc('Content') }}

@include('mailcoach::app.content.checklist', ['model' => $mail, 'contentItem' => $mail->contentItem])