{% load i18n %}
{% if config.disable_reporting %} {% trans "Reporting has been disabled, just save the form with appropriate report date and frequency to enable it again." %} {% elif config.does_not_repeat %} {% if config.last_report %} {% trans "No next report is due, One time reporting has already reported on " %} {{ config.last_report.end_date }} {% else %} {% trans "Next report will be due on " %} {{ config.schedule_start }} {% trans "and it will be one-time reporting." %} {% endif %} {% else %} {% 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" %}: . {% endif %}