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

{{ title }}

{% if link %} {% endif %} {% if key_value %} {% endif %}
{{ body }}
{{ link.label }}
{% 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 %}