{% extends 'admin/hub/layout.html.twig' %} {% set hub_title = 'Mercuriale' %} {% set hub_breadcrumbs = [ { label: 'Mercuriale', url: path('app_produits_liste') }, { label: 'Mapping' } ] %} {% block title %}Mapping des colonnes - Import Mercuriale{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block hub_content %}
Premieres lignes du fichier
| # | {% for header in headers %}{{ header ?: '(vide)' }} | {% endfor %}
|---|---|
| {{ index + 2 }} | {% for cell in row %}{{ cell ?: '-' }} | {% endfor %}
+ {{ import.totalRows - 5 }} autres lignes
{% endif %}