{% extends "admin/base_site.html" %} {% load i18n admin_static %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block coltype %}colMS{% endblock %} {% block bodyclass %}dashboard{% endblock %} {% block contentwrapper %}

Recently Modified

{% for prescription in recent %} {% endfor %}
Burn ID Name Contentious Aircraft Burn Burn Priority Planned Burn Area (ha) Burn Risk Complexity Rating Ignition Status Burn Status
{{ prescription.burn_id }} {{ prescription.name }} {{ prescription.burn_priority }} {{ prescription.area }} {{ prescription.maximum_risk }} {{ prescription.max_complexity_rating }} {{ prescription.get_ignition_status_display }} {{ prescription.get_status_display }}

Awaiting Endorsement

{% if endorsements %} {% for prescription in endorsements %} {% endfor %} {% else %} {% endif %}
Burn ID Jurisdiction Requester Role
Burn Jurisdiction Requester Role
There are no prescriptions currently waiting for endorsement.

Awaiting Approval

{% if approvals %} {% for prescription in approvals %} {% endfor %} {% else %} {% endif %}
Burn ID Issue Action Status
Burn Jurisdiction Requester Role
There are no prescriptions currently waiting for approval.
{% endblock %}