{{ __mc("Without a way to unsubscribe, there's a high chance that your subscribers will complain.") }}
{!! __mc('Consider adding the {{ unsubscribeUrl }} placeholder.') !!}
{{ __mc("Your email's content size is larger than 102kb (:size). This could cause Gmail to clip your campaign.", ['size' => "{$contentItem->sizeInKb()}kb"]) }}
@endif @if ($contentItem->hasValidHtml() && $contentItem->htmlContainsUnsubscribeUrlPlaceHolder() && $contentItem->sizeInKb() < 102){{ __mc('No problems detected!') }}
@endif{{ __mc('HTML is invalid') }}
{!! $contentItem->htmlError() !!}
@endif @else {{ __mc('Content is missing') }} @endif{{ __mc_choice(":count link was found in your content, make sure it is valid.|:count links were found in your content, make sure they are valid.", count($links), ['count' => count($links)]) }} @if (count($links) > 5) @endif
{{ __mc("No links were found in your content.") }}
@endif{{ __mc("The following tags will be added to subscribers when they open or click the email:") }}
@if ($model instanceof \Spatie\Mailcoach\Domain\Campaign\Models\Campaign && is_null($openTracking) && is_null($clickTracking)){!! __mc('Open & Click tracking are managed by your email provider, this campaign uses the :mailer mailer.', ['mailer' => $model->getMailerKey()]) !!}
@endif