{% extends 'base.html.twig' %} {% block title %}Mes groupes | {{ parent() }}{% endblock %} {% block body %}

Mes groupes

{% if groups %}
{% for group in groups %}

{% endfor %}
{#
#} {# Créer#} {# un groupe#} {#
#} {% else %}

Vous n'avez pas encore rejoint de groupe

{# #} {# #} {# #} {% endif %}
{% endblock %}