{% if current %}
{% trans "The" %} {% if report.can_submit %}current{% else %}{% trans "next" %}{% endif %} {% trans "reporting period is" %}
{% else %}
{% trans "A report is due for the period" %}
{% endif %}
{{ report.start_date }} {% trans "to" %} {{ report.end_date }}
{% if report.is_very_late %}
{% endif %}