{% extends '@EasyAdmin/page/content.html.twig' %} {% block page_title %} eBay Aspects importieren — {{ articleType.name }} Kategorie {{ categoryId }} {% endblock %} {% block main %}
{# ── Summary bar ──────────────────────────────────────────────────── #}
{{ counts.required }} Required {{ counts.recommended }} Recommended {{ counts.optional }} Optional Auto-matched {{ rows|filter(r => r.action == 'match')|length }} · Create {{ rows|filter(r => r.action == 'create')|length }} · Skip {{ rows|filter(r => r.action == 'skip')|length }}
Abbrechen
{# ── Main table ───────────────────────────────────────────────────── #} {% for i, row in rows %} {% set aspect = row.aspect %} {# Aspect name #} {# Tier badge #} {# eBay values preview #} {# Action selector #} {# Attribute input (match or create) #} {# Required checkbox #} {% endfor %}
eBay Aspect Tier eBay-Werte Aktion Attribut / Name + Typ Pflicht?
{{ aspect.name }} {% if row.alreadyAssigned %} {% endif %} {% if aspect.required %} Required {% elseif aspect.usage == 'RECOMMENDED' %} Recommended {% else %} Optional {% endif %} {% if aspect.values %} {{ aspect.values|slice(0, 6)|join(', ') }}{% if aspect.values|length > 6 %} (+{{ aspect.values|length - 6 }} weitere){% endif %} {% else %} Freitext {% endif %} {# Match: pick existing definition #}
{# Create: name + type #}
{# Skip: placeholder #}
Abbrechen
{% endblock %}