{% extends "admin/base_site.html" %} {% load i18n staticfiles admin_list %} {% load i18n admin_urls %} {% block breadcrumbs %} {% endblock %} {% block content %} {% if current.approval_status == current.APPROVAL_DRAFT %}

Are you sure you wish to submit this for approval?

{% csrf_token %}
{% elif current.approval_status == current.APPROVAL_SUBMITTED %}

Are you sure you wish to submit this for approval as the role required? Please read the following carefully and ensure that all information is correct before approval.

The overall level of risk for this ePFP is {{ current.maximum_risk_html }}. The required approver role for this level of risk is {{ current.maximum_risk_role }}.
I confirm that the persons who have prepared this plan and have provided the above endorsements are competent and authorised to do so and I confirm that the plan has been prepared in accordance with the DEC procedure for planning prescribed fire plans.
{% csrf_token %}
{{ form.form.valid_to }} {% if form.form.valid_to.errors %} {% for error in form.form.valid_to.errors %}

{{ error }}

{% endfor %} {% endif %} {{ form.form.initial_valid_to }} {{ form.form.prescription }}
{% elif current.approval_status == current.APPROVAL_APPROVED %}

Are you sure to wish to extend the approval of this ePFP for two weeks from {{ current.current_approval.valid_to }} to {{ current.current_approval.next_valid_to }}?

Approval History
I confirm that the persons who have prepared this plan and have provided the above endorsements are competent and authorised to do so and I confirm that the plan has been prepared in accordance with the DEC procedure for planning prescribed fire plans.
{% csrf_token %}
{% endif %} {% endblock %}