{% extends 'base.html.twig' %} {% block title %}Administration utilisateurs{% endblock %} {% block body %} {% include 'header.html.twig' %} {# {% include 'forms/video' %} #}
{% for user in users %} {% if user.password == "" %} {% else %} {% endif %} {% endfor %}
Image Username
{{user.username}}
{% endblock %}