{% load unfold %}
{% if title or actions %}
{% if title %}
{% if icon %} {{ icon }} {% endif %}

{{ title }}

{% endif %} {% if actions %}
{{ actions }}
{% endif %}
{% endif %}
{% if headers %} {% for header in headers %} {% endfor %} {% endif %} {% if rows %} {% for row in rows %} {% for cell in row %} {% endfor %} {% endfor %} {% else %} {% endif %}
{{ header }}
{{ cell }}
{{ empty_icon|default:'inbox' }}

{{ empty_message|default:'No data available' }}