{# Every registered model and how many rows it holds, grouped the way the sidebar groups them. Grouped rather than one flat grid of thirty tiles: the group is the first thing someone scans for, and the sidebar has already taught them these names. #} {% set card = card.context %}

{{ _(card.title) }}

{% for group, entries in card.groups.items() %}
{% for entry in entries %} {{ entry.count }} {{ _(entry.title) }} {% endfor %}
{% endfor %}