{% extends 'admin/tools/layout.html.twig' %} {% block title %}CSV-Import für Bestände – Vorschau{% endblock %} {% block content %}
# | Farbnummer | Farbname | Bestand | Konengröße | Hersteller | Status |
---|---|---|---|---|---|---|
{{ loop.index }} | {{ row.colorNumber }} | {{ row.colorName }} | {{ row.stock }} | {{ row.coneSize }} | {{ row.manufacturer }} | {{ row.status }} |