{% extends "notifications/email/_base.html" %} {% block content %}
|
{{ heading }} |
{{ body }}
{% if decline_reason %}{{ reason }}
{% endif %} {% if retry_url %}
|
{{ note }}
{% endif %} {% endblock %}