{% include 'navBar.twig' %} {% if users is defined %}
{% include 'userContainer.twig' with {'users' : users, 'action' : 'removeUser'} %}
{% endif %}