{% extends "admin/base_site.html" %} {% load i18n staticfiles admin_list %} {% block extrahead %} {{ block.super }} {{ media }} {% endblock %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Please fill in any required endorsing roles for this ePFP.

{% with current.get_maximum_risk as maximum_risk %} {% if maximum_risk.final_risk_level == maximum_risk.LEVEL_MEDIUM %}

Level of Risk

The maximum level of risk of the ePFP is {{ current.maximum_risk }} and requires that a District Manager endorses it.
{% endif %} {% if maximum_risk.final_risk_level == maximum_risk.LEVEL_HIGH %}

Level of Risk

The maximum level of risk of the ePFP is {{ current.maximum_risk }} and requires that a Regional Manager endorses it.
{% endif %} {% endwith %} {% if current.aircraft_burn %}

Aerial Burn

As this is an aerial burn, an FMSB representative will be required to endorse this burn.
{% endif %}

Additional Endorsing Roles

{% if form.form.endorsing_roles.errors %}

{% for error in form.form.endorsing_roles.errors %}{{ error }}{% endfor %}

{% endif %}
{% csrf_token %}
{{ form.form.endorsing_roles }}
{% load i18n admin_urls %}
{% endblock %}