{% extends '@RapsysAir/base.html.twig' %} {% block content %}

{{ title.page }}

{{ description }}

{% if groups is defined and groups %}
{% for group, users in groups %} {% endfor %}
{% elseif users is defined and users %}
{% for id, user in users %} {% endfor %}
{% endif %} {{ include('@RapsysAir/form/_toolbox.html.twig') }}
{{ include('@RapsysAir/default/_location.html.twig') }} {% endblock %}