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

{{ heading }}

{{ body }}

{% if decline_reason %}

{{ reason }}

{% endif %} {% if retry_url %} {% endif %} {% if note %}

{{ note }}

{% endif %} {% endblock %}