{% extends "BASE.html" %} {% load static %} {% load tags_personnaliser %} {% block page_titre %} SGL - Gestion des véhicules {% endblock %} {% block "contenu" %}

PARC AUTOMOBILE

{% if user|has_group:"logistique" %} {% endif %}
{% for vehicule in parc_vehicule %}
{% if vehicule.image %} {% else %} Image par défaut {% endif %}
{{ vehicule.immatriculation }}
{% if user|has_group:"logistique" %} Voir {% endif %}
{% empty %}

Aucun véhicule enregistré.

{% endfor %}

LISTE DES DEMANDES

{% comment %} {% if user|has_group:"Employe" %} {% endcomment %} {% comment %} {% endif %} {% endcomment %}
{% comment %} {% if user|has_group:"Employe" %} {% endcomment %}
{% comment %} {% endif %} {% endcomment %}
{% include "gestion_vehicule/parts/modal_enregistrement_vehicule.html" %} {% include "gestion_vehicule/parts/modal_enregistrement_demande.html" %} {% include "gestion_vehicule/parts/modal_confirmer_sortie_voiture.html" %} {% endblock %} {% block "js" %} {% endblock %}