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

{{ row.record.grouping|bettertitle }}

{% 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 %}
{% with request.path|add:"?display=tiles"|urlencode as return_url %} {% endwith %}

{{ row.record.name }}

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