{% load i18n madga_studio_tags %} {# Inner fragment: just the grid + empty state. HTMX swaps this on search/filter. #} {% if media %}
{% for m in media %} {% endfor %}
{% else %}
{% studio_icon "media" size=28 stroke=1.5 %}

No hay archivos{% if search_q %} para "{{ search_q }}"{% endif %}.

{% studio_icon "upload" size=12 stroke=2 %} Subir archivo
{% endif %}