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

Description of this burn

{{ current.description }}

Burn purposes

{% if current.purposes.all %} {% else %} No purposes defined. {% endif %} {% load objective_tags %} {% show_regional_objectives %} {% filter_by_tag_name current.document_set "Context Map" as document_set %}

Relevant actions

{% if relevant_actions %} {% include "admin/risk/context/includes/relevant_actions.html" %} {% else %} There are no relevant actions for this context statement. {% endif %}

Risk Management Context Statement

This burn plan is consistent with Policy Statement No. 88

{% if not current.can_corporate_approve and not current.is_draft %}
Warning! In order to edit this section, you need to complete all CBAS information.
{% endif %} {% endblock %} {% block object-tools %}{% endblock %} {% block content %} {{ block.super }}

Context Maps

{% if current.endorsement_status == current.ENDORSEMENT_DRAFT %} Upload Context Map {% endif %} {% filter_by_tag_name current.document_set "Context Map" as document_set %} {% include "admin/document_list.html" with document_type="Context Maps" %}

Critical stakeholders

{% include "admin/risk/context/includes/stakeholders.html" with stakeholder_set=current.criticalstakeholder_set.all %} {% endblock %}