{% if slot_caption %} {% elif caption %} {% endif %} {% if slot_header %} {{ slot_header|safe }} {% else %} {% for header in headers %} {% endfor %} {% endif %} {% if slot_body %} {{ slot_body|safe }} {% else %} {% for row in rows %} {% for cell in row %} {% endfor %} {% endfor %} {% endif %} {% if slot_footer %} {{ slot_footer|safe }} {% endif %}
{{ slot_caption|safe }}{{ caption }}
{{ header }}
{{ cell }}