{% extends '@EasyAdmin/page/content.html.twig' %} {% block page_title %}Fotos — {{ article.inventoryNumber }}{% endblock %} {% block main %}
Zum Artikel

Fotos verwalten {{ article.inventoryNumber }}

{% for label, messages in app.flashes %} {% for message in messages %} {% endfor %} {% endfor %}
{# ── Search / recognition photo (read-only) ────────────────────────── #} {% if searchPhotoFilename %}
Erkennungs-Foto (vom KI-Pipeline-Einlesen — unveränderlich)
Erkennungs-Foto
Dieses Foto wurde beim Einlesen für die KI-Erkennung (Typenschild) verwendet. Es kann hier nicht geändert werden.
{% endif %} {# ── Current photos ────────────────────────────────────────────────── #}
Aktuelle Fotos
{{ photos|length }} Fotos
{% if photos is empty %}

Noch keine Fotos vorhanden

{% else %} {# Drag-reorder form #}
{% for photo in photos %}
{% if photo.main %} Hauptfoto {% endif %} Foto {{ loop.index }}
{% if not photo.main %} {% endif %}
#{{ loop.index }}
{% endfor %}
{% if photos|length > 1 %}
Reihenfolge per Drag & Drop ändern, dann speichern.
{% endif %} {% endif %}
{# ── Upload new photos ─────────────────────────────────────────────── #}
Fotos hinzufügen
Fotos hier ablegen oder Schaltfläche nutzen
{% endblock %}