{% if month and not series and not customers_to_send %}
{% blocktrans %}Events in {{ month }}{% endblocktrans %}:
{% elif series and not customers_to_send %}
{% trans "Students Registered for Events" %}:
{% elif customers_to_send %}
{% trans "Specific Customers" %}:
{% endif %}