{% extends 'TdbBaseBundle::layout.html.twig' %} {% block title %}Matériel{% endblock %} {% block body %} {% if is_granted("ROLE_MATERIEL_ADMIN") %}

Gestion du matériel

Ajouter du matériel
{% endif %}

Liste du matériel

{% if is_granted("ROLE_MATERIEL_ADMIN") %}{% endif %} {% for materiel in materiels %} {% if is_granted("ROLE_MATERIEL_ADMIN") %} {% endif %} {% endfor %}
Nom Quantité Caution Prix journalierActions
{{ materiel.nom }} {{ materiel.quantite }} {{ materiel.caution }} € {{ materiel.prixJour }} € Editer   {% if is_granted("ROLE_ADMIN") %}{% endif %}
{% endblock %}