{% if settings.GROUPS_ENABLED %} {% extends "two_column_body.html" %} {% else %} {% extends "one_column_body.html" %} {% endif %} {% import "macros.html" as macros %} {% block title %}{% filter trim %}{% trans %}Users{% endtrans %}{% endfilter %}{% endblock %} {% block layout_class %}users-page with-tabs{% endblock %} {% block content %} {% include "users/title_row.html" %} {% if search_query %}
{% trans search_query=search_query|escape %}users matching query {{search_query}}:{% endtrans %}
{% endif %} {% if not users.object_list %}