{% 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.cols|default:row %} {% endfor %} {% if "table" in row %} {% endif %} {% endfor %} {% endif %}
{% if row.table.rows|length > 0 %}
{% if forloop.first and row.table.rows|length > 0 and row.table.collapsible %}
expand_more
{% endif %}
{{ cell }}
{% else %} {{ cell }} {% endif %}
{% if table.collapsible %} {% endif %} {% if row.table.headers %} {% for header in row.table.headers %} {% endfor %} {% endif %} {% for nested_row in row.table.rows %} {% for cell in nested_row %} {% endfor %} {% endfor %}
{{ cell }}
{% if not table.rows %}

{% trans "No data" %}

{% endif %}