{% extends 'base.html.twig' %} {% block title %}Blacklist de la team{% endblock %} {% block meta_description %} Liste noire de la team {% endblock %} {% block body %}
{{ gameFrom.title }}
bearded dwarf forging a sword above "SquadForge" title SQUADFORGE

{{ gameFrom.title }}

{# Show menu Burger (mobile) #}
{# HeaderSouligne + Bandeau avertissement muted #} {% if app.user and app.user.muted and time_diff_future(app.user.endDateStatus) != false %}
Vous êtes actuellement réduit au silence ( fin dans {{ time_diff_future(app.user.endDateStatus) }} )
{% else %}
{% endif %}
{# Fil d'Ariane #}

{{ group.title }}


Blacklist


{% for blacklistedUser in group.blacklistedUsers %}
{{ blacklistedUser.pseudo|capitalize }}
{% endfor %}
{% if group.blacklistedUsers|length > 0 %} Vider {% endif %}
{# // Adaptation couleur borderBottom HeaderFixed #} {% endblock %}