{% load i18n %}
{% trans "Reporting" %}
{% trans "Report frequency" %}
{{ object.report_config.get_frequency_display }}
{% if request.user.is_apply_staff %}{% trans "Next report will be due in" %} {% trans "and the report period will be" %} {% trans "to" %} {% trans "and then every" %} {% trans "after until the project end date" %}: .
{% trans "Schedule reports every" %}:
{% trans "Continue" as continue %} {% include 'funds/includes/delegated_form_base.html' with form=update_frequency_form value=continue extra_classes="form--report-frequency" %}{% trans "Past reports" %}
{% trans "Period End" %} | {% trans "Submitted" %} | |
---|---|---|
{% trans "Period End" %}: {{ report.end_date }} | {% trans "Submitted" %}: {{ report.submitted_date|default:"Skipped" }} | {% if not report.skipped %} {% trans "View" %} {% if request.user.is_apply_staff %} {% trans "Edit" %} {% endif %} {% else %} {% if request.user.is_apply_staff %} {% endif %} {% endif %} |
{% trans "No reports submitted" %} |