{% extends "admin/base_site.html" %} {% load i18n staticfiles admin_list %} {% block extrastyle %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block contentwrapper %}

ePFP Overview

Burn ID {{ current.burn_id }} Burn name {{ current.name }}
Region {{ current.region }} District {{ current.district }}
Aerial ignition? {% if current.aircraft_burn %}Aerial{% else %}Ground{% endif %} Planned area (ha) {{ current.area }}
Risk level {{ current.maximum_risk_html }} Contentious? {% if current.contentious %}Yes{% else %}No{% endif %}
Burn complexity {% with current.get_maximum_complexity as complexity %} {{ current.maximum_complexity }} {% endwith %} Burn priority {{ current.get_priority_display }}
Part A Part B Part C
{% if current.pre_state.progress < 50 %}{{ current.pre_state.progress }}%{% endif %}
{% if current.pre_state.progress >= 50 %}{{ current.pre_state.progress }}%{% endif %}
{% if current.day_state.progress < 50 %}{{ current.day_state.progress }}%{% endif %}
{% if current.day_state.progress >= 50 %}{{ current.day_state.progress }}%{% endif %}
{% if current.post_state.progress < 50 %}{{ current.post_state.progress }}%{% endif %}
{% if current.post_state.progress >= 50 %}{{ current.post_state.progress }}%{% endif %}
Corporate Program Approval ePFP Endorsement ePFP Approval Ignition commenced Ignition complete Burn closed
{% if current.has_corporate_approval %} approved on {{ current.planning_status_modified|date }} {% elif current.planning_status == current.PLANNING_SUBMITTED %} submitted on {{ current.planning_status_modified|date }} {% else %} draft {% endif %} {% if current.is_endorsed %} endorsed on {{ current.endorsement_status_modified|date }} {% elif current.endorsement_status == current.ENDORSEMENT_SUBMITTED %} submitted on {{ current.endorsement_status_modified|date }} {% else %} draft {% endif %} {% if current.is_approved %} approved on {{ current.approval_status_modified|date }}
until {{ current.current_approval.valid_to }}
{% elif current.approval_status == current.APPROVAL_SUBMITTED %} submitted on {{ current.approval_status_modified|date }}{% else %} not approved{% endif %}
{% if current.has_ignitions %} {{ current.ignition_commenced.created|date }}{% else %}{% endif %} {% if current.is_burnt %} {{ current.ignition_completed_date }}{% else %}{% endif %} {% if current.is_closed %}{% else %}{% endif %}
{% if current.can_epfp_approve %}{% include "admin/prescription/prescription/modals/submit_for_epfp_approval.html" %}{% endif %} {% if current.can_endorse and current.endorsement_status == current.ENDORSEMENT_DRAFT %}{% include "admin/prescription/prescription/modals/submit_for_endorsement.html" %}{% endif %} {% endblock %}