{% for media, forms in grouped_forms.items %}
{{ media.name }} ({{ forms|length }})
{% for form in forms %}
{% include "htmx/destination/_edit_form.html" %} {% include "htmx/destination/_delete_form.html" %}
{% endfor %}
{% endfor %}