```

{% if alert_icon %} {{ alert_icon }} {% else %}⚠️ {% endif %} {% if alert_title %} {{ alert_title }} {% else %} System Alert {% endif %}

Hi {% if recipient_name %}{{ recipient_name }}{% else %}Team{% endif %},

{% if alert_message %} {{ alert_message }} {% else %}An important system event requires your attention.{% endif %}

{% if alert_type %} {{ alert_type }} {% else %}Alert {% endif %}: {% if alert_description %} {{ alert_description }} {% else %}No additional details provided.{% endif %}
{% if details %}
{% for label, value in details.items %}
{{ label }}
{% if value %} {{ value }} {% else %}N/A {% endif %}
{% endfor %}
{% endif %} {% if action_url %}
{% if action_text %} {{ action_text }} {% else %}View Details{% endif %}
{% endif %}

Regards,
DealerPulse System

© {% if current_year %} {{ current_year }} {% else %}2026 DealerPulse. All rights reserved. {% endif %}

This is an automated alert. Please do not reply.

```