{% extends "dashboard/base.html" %} {% load static %} {% block title %}{{ title }}{% endblock %} {% block content %}
{% if logo_url %}
{% endif %}
{% if organization %}
{% if logo_url %}{% endif %} {{ organization }}
{% endif %}

{{ title }}

{% if subtitle %}

{{ subtitle }}

{% endif %}
📅 Select parameters below
{% if region_name %}
📍 {{ region_name }}
{% endif %}
{% for action in footer_actions %} {% if action.action == "bulletin" %} 🌐 {{ action.label }} {% endif %} {% endfor %}
Report Parameters
📅 Time Selection
Period Cycle
{% for cycle in period_cycles %} {% endfor %}
Dekad
Month
Year
Season
Year
Year
📅 Analysis Date Range
End Date (now)
Start Date
📍 Area of Interest
Select Area Type
{% for at in area_types %} {% endfor %}
Country
Admin Level 1
Admin Level 2
Select a country and drill down to a specific admin boundary.
Configure your parameters above, then generate
{% if metrics %}

Key Metrics

Summary statistics for the selected area and time period

{% for metric in metrics %}
{{ metric.title }}
--{{ metric.unit }}
Range: {{ metric.base_min }} – {{ metric.base_max }}
{% endfor %}
{% endif %} {% if maps %}

{{ maps_title|default:"Maps" }}

{{ maps_description|default:"Geographic visualization for the selected area and time period" }}

{% for map in maps %}
{{ map.title }}
{% if logo_url %} {% endif %}
{% if map.source_attribution %}
{{ map.source_attribution }}
{% endif %}
{% endfor %}
{% endif %} {% if hazard_phases %}

Impact Statistics

Tabular breakdown of impacts by phase

{% for phase in hazard_phases %} {% endfor %}
Phase Classification Population Exposed Cropland (km²) Rangeland (km²)
{{ phase.key }} {{ phase.label }} -- -- --
{% endif %} {% for chart in chart_groups %}

{{ chart.group_title }}

{{ chart.group_description }}

{% for c in chart.charts %}
{{ c.title }}
{% endfor %}
{% endfor %} {% if hazard_phases %}

Regional Comparison

Regional comparison of index values

{% for r in regions %} {% endfor %}
Country Current CDI Previous CDI Change Severity
{{ r.name }} -- -- -- --
{% endif %}
{% endblock %} {% block extra_js %} {% endblock %}