{% extends "admin/change_list.html" %} {% load i18n staticfiles admin_list %} {% block extrahead %} {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block object-tools %}{% endblock %} {% block content_title %}

Regional Fire Management Plan Objectives

{% for objective in current.regional_objectives.all %} {% empty %} {% endfor %}
Region Scale of Application Fire Management Areas 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.
{% endblock %} {% block extra-forms %}

Burn Objectives

{% if current.objective_set.all.count > 0 %} {% else %} There are no burn objectives associated with this burn. {% endif %}

Burn Purposes

Success Criteria

{% endblock %}