{% extends 'site.html' %} {% block title %}{{ LANG.EMAIL_TEMPLATE }}{% endblock %} {% block content %} {% if error_msg != '' %}{{ error_message(error_msg) }}{% endif %} {% if params.1 == 'template_updated' %}{{ success_message(LANG.EMAIL_TEMPLATE_UPDATED) }} {% endif %}
{% if emails|is_array %} {% for r in emails %} {% set tdclass = (tdclass == 'trzebra'?'':'trzebra') %} {% endfor %} {% else %} {% endif %}
{{ LANG.NAME }}
{{ r.name }}
{{ LANG.NOTHING_TO_DISPLAY }}
{% endblock %}