{# Data Table Component Usage: {% include "components/data_table.html" with table_id="users-table" %} Define table content via block or pass rows context. #}
{% for header in headers %} {% endfor %} {% block table_body %} {% if rows %} {% for row in rows %} {% for cell in row %} {% endfor %} {% endfor %} {% else %} {% endif %} {% endblock %}
{{ header }}
{{ cell }}
No data available