{% extends '@MauticCore/Default/content.html.twig' %} {% block mauticContent 'emailSend' %} {% block headerTitle 'mautic.email.send.list'|trans({'%name%': email.name})|purify %} {% set percent = (progress[1]) ? ((progress[0] / progress[1]) * 100)|round : 100 %} {% set id = ('inprogress' != status) ? 'emailSendProgressComplete' : 'emailSendProgress' %} {% block content %}

{{ ('mautic.email.send.' ~ status)|trans({ '%subject%' : email.getSubject() })|purify }}

{% if 'inprogress' != status %}

{{ 'mautic.email.send.stats'|trans({'%sent%': stats.sent, '%failed%': stats.failed}) }}

{% endif %}
{{ percent }}%
{% if stats.failedRecipients is not empty %} {% endif %}
{% endblock %}