{% if current %}
{% trans "The" %} {% if report.can_submit %}{% trans "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 %}
{% heroicon_outline 'exclamation-circle' stroke_width=2 size=22 class="inline me-1 stroke-red-500" aria_hidden=true %}
{% endif %}