{% 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:"Logisticien" %} {% endif %}
{% for vehicule in parc_vehicule %}
{% if vehicule.image %} {% else %} Image par défaut {% endif %}
{{ vehicule.immatriculation }}
{% if user|has_group:"Logisticien" %} Voir {% endif %}
{% empty %}

Aucun véhicule enregistré.

{% endfor %}

LISTE DES DEMANDES

{% if user|has_group:"Employe" %} {% endif %}
{% if user|has_group:"Employe" %}
{% endif %}
{% endblock %} {% block "js" %} {% endblock %}