{% load helpers %} {% block extra_styles %} {% endblock %}
{% for row in table.page.object_list|default:table.rows %}

{{ row.record.grouping|bettertitle }}

{% if perms.extras.run_job and row.record.runnable %} {% else %} {% endif %} {% comment "TODO(norbert-mieczkowski-codilime): use the same buttons (actions) in tables and tiles when tables support dropdown menus" %} {% for item in row.items %} {% if item.0.name == "actions" %} {{ item.1 }} {% endif %} {% endfor %} {% endcomment %}

{{ row.record.name }}

{{ row.record.description|render_markdown }}
{% empty %} {% if table.empty_text %}
— {{ table.empty_text }} —
{% endif %} {% endfor %}