{% if titulo %}
{{ titulo }}
{% endif %} {% if headers %} {% for h in headers %} {% endfor %} {% endif %} {% for row in rows %} {% for cell in row.cells %} {% endfor %} {% endfor %}
{{ h.text }}
{{ cell.content|safe }}