{% extends "email/base.html" %} {% load i18n %} {% block content %}

{{ title }}

{% if key_value %} {% endif %}
{{ body }}
{% for key, value in key_value.items %} {% endfor %}
{{ key }} {{ value }}
{% endblock %} {% block sub_content %} {% if source %} {% blocktranslate with name=source.from %} This email was sent from the notification transport {{name}}. {% endblocktranslate %} {% endif %} {% endblock %}