{% extends 'base.html.twig' %} {% block title %}Exportation index{% endblock %} {% block body %}

Exportation index

{% for exportation in exportations %} {% else %} {% endfor %}
Id Quantite Teneur Importateur Transitaire Transport DateExportation Code Transporteur CreatedAt UpdatedAt DeletedAt actions
{{ exportation.id }} {{ exportation.quantite }} {{ exportation.teneur }} {{ exportation.importateur }} {{ exportation.transitaire }} {{ exportation.transport }} {{ exportation.dateExportation ? exportation.dateExportation|date('Y-m-d') : '' }} {{ exportation.code }} {{ exportation.transporteur }} {{ exportation.createdAt ? exportation.createdAt|date('Y-m-d H:i:s') : '' }} {{ exportation.updatedAt ? exportation.updatedAt|date('Y-m-d H:i:s') : '' }} {{ exportation.deletedAt ? exportation.deletedAt|date('Y-m-d H:i:s') : '' }} show edit
no records found
Create new {% endblock %}