{{ group.game.title }}
{{ group.title|capitalize }}
{% if app.user == group.leader and group.nbrCandidatures > 0 %} {% if group.nbrCandidatures > 1 %} {{ group.nbrCandidatures }} candidatures {% else %} {{ group.nbrCandidatures }} candidature {% endif %} {% endif %}
{{ group.members|length }}/{{ group.nbrPlaces }}
-
{% if group.restriction18 %}
{% else %}
{% endif %}
-
{% if group.restrictionMic %}
{% else %}
{% endif %}
{% if group.imgUrl is not null and imageExists(group.imgUrl) %}
{% else %}
{% endif %}
{# Label si team active (= au moins 1 session moi précédent) #}
{% if group.active %}
Active
{% endif %}
{# Div effet reflet onHover card #}
{% endif %}
{# Label si team active (= au moins 1 session moi précédent) #}
{% if group.active %}
Active
{% endif %}
{# Div effet reflet onHover card #}
 }})