{% 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 %}
{# ── 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 %}