{% extends "admin/change_list.html" %} {% load i18n staticfiles admin_list pbs_list %} {% block extrahead %} {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block pretitle %} {% endblock %} {% block content_title %} {% url 'admin:risk_register_changelist' current.id as risk_register %}

Prescribed Burn Risk Register

{% if request.get_full_path == risk_register %} Draft ePFP Risk Level is {{ current.maximum_draft_risk_html }} {% elif request.get_full_path == risk_register|add:"?section=final" %} Final ePFP Risk Level is {{ current.maximum_risk_html }} {% endif %}

Refer to APPENDIX 11 (page 103) of the Prescribed Fire Manual for the Prescribed Burn Risk Tables. Download the Prescribed Fire Manual
{% if not current.can_corporate_approve %}
Warning! In order to edit this section, you need to complete all CBAS information.
{% endif %} {% endblock %} {% block object-tools %}{% endblock %} {% block filters %}{% endblock %} {% block contentclass %}span12{% endblock %}