{% extends 'default/index.html.twig' %} {% block heading %} {# Entête #}

Véhicules

{% endblock %} {% block main %} {# Contenu #}
{% for item in vehicules %} {% else %} {% endfor %}
Type Modèle Immatriculation Année Commentaire QR Code #
{{ item.type }} {{ item.modele }} {{ item.immatriculation }} {{ item.annee }} {{ item.comment }} {% if item.actif %} QR Code {% endif %} {% if item.actif %}{% else %}{% endif %}
Aucun enregistrement
Total {{ vehicules|length }}
{% endblock %}