{% for table in tables%}
{{titles[loop.index]}}
{{table|safe}} {% endfor %}
Go Back