{% extends "notifications/email/_base.html" %} {% block preheader %}{{ body }}{% endblock %} {% block content %}

{{ heading }}

{{ body }}

{% if expires_label %}

{{ expiry_line }}

{% endif %} {% if warning %}

{{ warning }}

{% endif %} {% if appeal_url %}
{{ cta }}
{% endif %} {% endblock %}