Reporting

Report frequency

{{ object.report_config.get_frequency_display }}

{% if request.user.is_apply_staff %}

Change

{% endif %}
    {% 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 %}

Past reports

{% for report in object.reports.done %} 8 %}class="is-hidden"{% endif %}> {% 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 %}
No reports submitted
{% if object.reports.done.count > 8 %}

Show more

{% endif %}