{% load unfold %}
{% if table.headers %} {% for header in table.headers %} {% endfor %} {% endif %} {% if table.rows %} {% for row in table.rows %} {% for cell in row %} {% endfor %} {% endfor %} {% endif %}
{{ cell }}