{% extends "email_base.html" %} {% block content %} {% for item in data %} {% if loop.index > 1 %}
{% endif %} {% for key in item.keys() %} {% if key.startswith('WEBPI_') %} {% endif %} {% endfor %}
{{ loop.index }} WEBPI GALENA
{{ key[6:] }} {{ item[key] | safe }} {{ item[key.replace('WEBPI_', 'GALENA_')] | default('') | safe }}
{% endfor %} {% endblock %}