{% extends 'Admin/admin.html.twig' %} {% block title %}{{"Détail du compte"|trans}} {{user.Name}}{% endblock %} {% block body %} {% if user.IsBanned is defined %} {% set isBanned = user.IsBanned %} {% endif %} {% if user.IpBan is defined %} {% set isBanned = user.IpBan %} {% endif %} {% if user.IsMuted is defined %} {% set isMuted = user.IsMuted %} {% endif %} {% if user.IpMute is defined %} {% set isMuted = user.IpMute %} {% endif %}
| # | {{ 'Nom'|trans }} | {{ 'Niveau'|trans }} | {{ 'Exp'|trans }} | {{ 'Action'|trans }} |
|---|---|---|---|---|
| {{ loop.index }} | {{ player.Name }} | {{ player.Level }} | {% if player.Level == 100 %} Niveau max atteint ! {% else %} {{ player.Exp }}/{{player.ExperienceToNextLevel }} {% endif %} | Détail |