{# NOAA SWPC space-weather alerts. Fields from payload->data->data. #}
{% set d = (event.data.get('data') or {}).get('data') or {} %}
{% if d.get('product_id') is not none %}
Product
{{ d.product_id }}
{% endif %}
{% if d.get('issue_datetime') is not none %}