{% extends "admin/base_site.html" %} {% load i18n staticfiles admin_list %} {% block breadcrumbs %}
{% endblock %} {% block extrahead %}{{ block.super }} {{ media }} {% endblock %} {% block contentwrapper %} {% url 'admin:prescription_priorityjustification_changelist' current.id as priority_justification %}Burn ID * | {{ current.burn_id }} | ||
---|---|---|---|
Name * | {{ current.name }} | ||
Planned burn season and year * |
{{ current.season }} | Last burnt season and year |
{{ current.last_season_burnt }} {{ current.last_year_burnt }} |
Region * | {{ current.region }} | District * | {{ current.district }} |
Location * | {{ current.location_text }} | ||
Forest Blocks (if applicable) | {{ current.forest_blocks }} | ||
Overall Priority * | {{ current.get_priority_display }} | Overall Rationale * | {{ current.rationale }} |
Contentious * | {{ current.contentious|yesno:"Yes,No" }} | Contentious Rationale | {{ current.contentious_rationale }} |
Aircraft burn * | {{ current.aircraft_burn|yesno:"Yes,No" }} | Remote sensing priority * | {{ current.remote_sensing_priority }} |
Burn Purpose(s) * | {{ current.purposes.all|join:", " }} | ||
Program allocation * | {{ current.allocation }} | Percentage of the planned area that will be treated (%) * |
{{ current.treatment_percentage }} |
Planned Burn Area (ha) * | {{ current.area }} | Perimeter/Length (kms) * | {{ current.perimeter }} |
Burn Tenure(s) | {{ current.tenures.all|join:", " }} | ||
Vegetation Type(s) | {{ current.vegetation_types.all|join:", " }} | ||
Shire(s) | {{ current.shires.all|join:", " }} | ||
Forecast Area(s) | {{ current.forecast_areas.all|join:", " }} | ||
Bushfire Act Zone | {{ current.bushfire_act_zone }} | ||
Prohibited Period | {{ current.prohibited_period }} | ||
Prescribing Officer | {{ current.prescribing_officer }} | Shortcode | {{ current.short_code }} |
Date Created | {{ current.created }} | Date Last Saved | {{ current.modified }} |
---|---|---|---|
Risk Level | {{ current.maximum_risk_html }} | Complexity Rating | {{ current.maximum_complexity }} |
Endorsement Status | {{ current.get_endorsement_status_display }} | ||
Approval Status | {{ current.get_approval_status_display }} | ||
Planning Status | {{ current.get_planning_status_display }} | ||
Ignition Status | {{ current.get_ignition_status_display }} | ||
Burn Closure Status | {{ current.get_status_display }} |