{% extends "admin/change_list.html" %} {% load i18n staticfiles admin_list pbs_list pbs_tags %} {% block extrahead %} {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block pretitle %} {% endblock %} {% block object-tools %}{% endblock %} {% block content_title %} {% load risk_tags %} {% if 'pre_burn' in request.GET %} {% setvar "Pre Burn Actions List" as actions_form_name %} {% show_treatments "Pre-Burn Action" %} {% elif 'day_of_burn' in request.GET %} {% setvar "Day of Burn Actions List" as actions_form_name %} {% show_treatments "Day of Burn Action" %} {% elif 'post_burn' in request.GET %} {% setvar "Post Burn Actions List" as actions_form_name %} {% show_treatments "Post Burn Action" %} {% endif %} {% if not current.can_corporate_approve %}
Warning! In order to edit this section, you need to complete all CBAS information.
{% endif %} {% if 'pre_burn' in request.GET or 'day_of_burn' in request.GET or 'post_burn' in request.GET %}

Actions Report Upload {{ actions_form_name }}

Download the {{ actions_form_name }} template
{% document_list %} {% endif %}

{% if 'pre_burn' in request.GET %}Pre-burn Actions{% elif 'day_of_burn' in request.GET %}Day of Burn Actions{% elif 'post_burn' in request.GET %}Post Burn Actions{% else %}Plan Actions{% endif %} {% if current.endorsement_status == current.ENDORSEMENT_DRAFT and not 'pre_burn' in request.GET and not 'day_of_burn' in request.GET and not 'post_burn' in request.GET %} Add source of risk{% endif %}

{% endblock %}