{% if current %} The {% if report.can_submit %}current{% else %}next{% endif %} reporting {% else %} A report is due for the {% endif %} period is {{ report.start_date }} to {{ report.end_date }} {% if report.is_very_late %} ( ! ) {% endif %} {% if report.can_submit %} {% if report.draft %}Continue Editing{% else %}Add Report{% endif %} {% endif %} {% if request.user.is_apply_staff and report.can_submit %}
{% endif %}