{% if self.header %} {% for cell in self.header %} {% endfor %} {% endif %} {% for row in self.content %} {% for cell in row %} {% endfor %} {% endfor %}
{{ self.caption }}
{{ cell | safe}}
{{ cell | safe}}