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

{{ title }}

{% endif %}
{% if table.headers %} {% if table|has_nested_tables %} {% endif %} {% for header in table.headers %} {% endfor %} {% endif %} {% if table.rows %} {% for row in table.rows %} {% if row.table.rows %} {% endif %} {% for cell in row.cols|default:row %} {% endfor %} {% if "table" in row %} {% endif %} {% endfor %} {% endif %}
expand_more {{ cell }}
{% 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 %}
{% if not table.rows %}

{% trans "No data" %}

{% endif %}