{% for row in rows %} {% for col in columns %} {% set cell = row.cells[col.key] %} {% if cell.htmx %} {{ (cell.formatted if cell.formatted is not none else '') | safe }} {% else %} {{ (cell.formatted if cell.formatted is not none else '') | safe }} {% endif %} {% endfor %} {% if row_actions %} {% include "partials/row_actions.html" %} {% endif %} {% else %} No records found. {% endfor %}