Reporting

{% for report in object.report_config.past_due_reports %}

A report is due for the period {{ report.start_date }} to {{ report.end_date }} {% if report.is_very_late %} ( ! ) {% endif %} Add Report

{% endfor %} {% with next_report=object.report_config.current_due_report %}

The {% if next_report.can_submit %} current {% else %} next {% endif %} reporting period is {{ next_report.start_date }} to {{ next_report.end_date }} {% if next_report.can_submit %} Add Report {% endif %}

{% endwith %}
{% for report in object.reports.done %} {% empty %} {% endfor %}
Period End Submitted Privacy
Period End: {{ report.end_date }} Submitted: {{ report.submitted_date|default:"-" }} Privacy: {% if report.public %}Public{% else %}Private{% endif %}
No reports submitted