{# M5 Phase 5A — 팩 카드 partial. PATCH /api/packs/{id} 응답으로도 직접 반환 (outerHTML swap). pack: dict — list_packs_with_stats() 반환 항목. #}

{{ pack.display_name or pack.name }}

{{ pack.vendor or _("Unknown") }} {% if pack.license %} · {{ pack.license }} {% endif %}
{{ pack.asset_count }} {{ _("items") }} {% if pack.kind_counts %} · {%- for kind, n in pack.kind_counts.items() -%} {{ kind }}:{{ n }}{% if not loop.last %} {% endif %} {%- endfor -%} {% endif %}