{% extends "_base.html" %} {% load static %} {% block styles %} {{ block.super }} {% endblock styles %} {% block ui_active_tab %}'mail_templates'{% endblock ui_active_tab %} {% block page_header %}Mail templates{% endblock page_header %} {% block page_description %}{% endblock page_description %} {% block breadcrumb %} {% include "mail_templates/breadcrumb.html" %} {% endblock breadcrumb %} {% block maincontent %}

Templates

Add new template
{% for mail_template in mail_templates %} {% endfor %}
No. Context Language Name Download Edit Delete
{{ forloop.counter }} {{ mail_template.get_context_display }} {% autoescape off %}{{ mail_template.language.image_img }}{% endautoescape %} {{ mail_template.name }}

Tags

The following tags can be used within the Word documents and will be replaced by actual values during the mail generation.

{% for name, tags in explanations.items %} {% for tag in tags %} {% endfor %} {% endfor %}
Placeholder Description Comment
{{ name | title }}
{{ tag.0 }} {{ tag.1 }} {{ tag.2 }}
{% endblock maincontent %} {% block scripts %} {{ block.super }} {% endblock scripts %}