{% extends 'admin/base.html.twig' %} {% block title 'Idylcar | Extranet' %} {% block body %}
{% for message in app.flashes('success') %}
{{ message }}
{% endfor %}

Les modèles porteur

{% for modelePorteur in modelesPorteur %}

{{ modelePorteur.nom }}

{{ modelePorteur.marques.nom }}
{% if modelePorteur.estActif == true %}Actif{% else %}Inactif{% endif %}
Pictogramme édition
{% endfor %}
{% endblock %}