{% extends "layout.html" %} {% block container %}

{{ _('Users') }}

{% if subject.users %} {% for user in subject.users %} {% include 'components/list_item_user.html' %} {% endfor %} {% else %}
{{ _('Nothing found') }}
{%endif%}
{% endblock %}