{{ widget.title }}

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

{{ widget.empty_message }}

{% endif %}