{# M5 Phase 5A — 팩 그리드 fragment. /ui/packs (HTML fragment) 에서 반환. packs: list[dict] — list_packs_with_stats() 반환. #}
{% if packs %} {% for pack in packs %} {% include "_pack_card.html" %} {% endfor %} {% else %}

{{ _("No packs registered.") }}

{% endif %}