{% extends 'base.html.twig' %} {% block title %}ManiEduc | Inventaire {% endblock %} {% block content %}

Inventaire de {% if inventories|length >= 2 %} mes équipes {% else %} mon équipe {% endif %}

{% for inventory in inventories %}
icon ballon foot

{{ inventory.ballons }}

Ballons
icon chasuble foot

{{ inventory.chasubles }}

Chasubles (jeux)
icon maillot foot

{{ inventory.maillots }}

Maillots (jeux)
icon pharmacie

{{ inventory.pharmacie }}

Trousse pharmacie
editerEditer
{% endfor %}
{% endblock %}