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

Select Regional Fire Management Plan Objectives

{% endblock %} {% block content %}
{% csrf_token %} {% for objective in current.regional_objectives.all %} {% endfor %} {% for objective in objectives %} {% endfor %} {% if not objectives and not current.regional_objectives.all %} {% endif %}
  Region Scale of Application Fire Management Areas Burn objectives
{{ objective.region }} {{ objective.get_impact_display }} {% if objective.fma_names %}{{ objective.fma_names }}{% else %}None{% endif %} {{ objective.objectives }}
{{ objective.region }} {{ objective.get_impact_display }} {% if objective.fma_names %}{{ objective.fma_names }}{% else %}None{% endif %} {{ objective.objectives }}
There are no Regional Fire Management Plan objectives for the selected region.
{% load i18n admin_urls %} {% if objectives or current.regional_objectives.all %}
{% endif %} {% endblock %}