{% trans 'Hello' %} {{ first_name }},
{% blocktrans with s=subject c=count %}
The newsletter with subject {{ s }} is already sent to {{ c }} recipient(s).
{% endblocktrans %}
{% trans "Click this link to view the details" %}: {{ detail_url }}