{{ media.name }} ({{ forms|length }})
{% if error_msg %}

{{ error_msg }}

{% endif %} {% for form in forms %}
{% include "htmx/destination/_edit_form.html" %} {% include "htmx/destination/_delete_form.html" %}
{% endfor %}