{% load i18n unfold %}
{% if title %}

{{ title }}

{% endif %}
{% 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|safe }}
{% if not table.rows %}

{% trans "No data" %}

{% endif %}