| {{ column.label }} | {% endfor %} {% if widget.actions %}Actions | {% endif %}
|---|---|
| {% if widget.row_href_key and row.get(widget.row_href_key) %} {{ row.get(column.key, "") }} {% else %} {{ row.get(column.key, "") }} {% endif %} | {% endfor %} {% if widget.actions %}{% for action in widget.actions %} {% endfor %} | {% endif %}
{{ widget.empty_message }}
{% endif %}