{# NIFC WFIGS wildfire perimeters. Fields from payload->data->data. #}
{% set d = (event.data.get('data') or {}).get('data') or {} %}
{% if d.get('state') is not none %}
State
{{ d.state }}
{% endif %}
{% if d.get('county') is not none %}
County
{{ d.county }}
{% endif %}
{% if d.get('reason') is not none %}
Reason
{{ d.reason }}
{% endif %}
{% if d.get('irwin_id') is not none %}