Reporting

{% for report in object.report_config.past_due_reports %} {% include "application_projects/includes/report_line.html" with report=report %} {% endfor %} {% with next_report=object.report_config.current_due_report %} {% include "application_projects/includes/report_line.html" with report=next_report current=True %} {% endwith %}
{% for report in object.reports.done %} {% empty %} {% endfor %}
Period End Submitted Privacy
Period End: {{ report.end_date }} Submitted: {{ report.submitted_date|default:"Skipped" }} Privacy: {% if report.public %}Public{% else %}Private{% endif %} {% if request.user.is_apply_staff %} Edit {% if report.skipped %}
{% csrf_token %}
{% endif %} {% endif %} view
No reports submitted