{% if title %}

{{ title }}

{% endif %}
{% for col in columns %} {% endfor %} {% for row in rows %} {% for cell in row %} {% endfor %} {% else %} {% endfor %}
{{ col }}
{{ cell if cell is not none else "" }}
{{ _("No data") }}
{% if title %}
{% endif %}