{{ title }}

{% autoescape off %} {% block main_table %} {% for header in headers %} {% endfor %} {% for row in datas %} {% for coloum in row %} {% endfor %} {% endfor %}
{{ header }}
{{ coloum }}
{% endblock %} {% endautoescape %}