{# M5/M6 — 와이드 카드 partial (썸네일 60×60 좌 + 텍스트 우). sprite/spritesheet/sound 종류별 분기. Alpine x-show 로 카드 메타 토글. #}
{% if row.kind in ("sprite", "spritesheet") %} {{ row.name }} {% elif row.kind == "sound" %} {% else %} {% endif %}
{{ row.name }} {{ "%.2f"|format(row.score or 0) }}
{% if row.matched_labels %} {{ (row.matched_labels[:3] | map(attribute='label') | list) | join(" · ") }} {% endif %}
{{ row.pack_name or "" }} {% if row.kind == "sprite" and row.width and row.height %} · {{ row.width }}×{{ row.height }} {% endif %} {% if row.kind == "spritesheet" and row.frame_count %} · 🎞 {{ row.frame_count }} frames {% endif %} {% if row.size_kb %} · {{ row.size_kb }}KB{% endif %}
{% if row.kind == "sound" %}
{% endif %} {# M7 patch — 라이브러리 직접 채택 버튼 제거. 채택은 Claude pending-pick (picks.py) 흐름에서만 발생 — record_asset_use(source="claude_pick"). #}