{% extends "base.html" %} {% from "macros/icons.html" import icon %} {% block title_extra %} — {{ _('users_title') }}{% endblock %} {% block content %} {{ icon('users') }} {{ _('users_title') }} {{ icon('search') }} {% if current_user.role == 'admin' %} {{ icon('plus') }} {{ _('add_user') }} {% endif %} {{ _('prev_page') }} {{ _('next_page') }} {{ _('loading_users') }} {{ icon('user') }} {{ _('nothing_found') }} {{ _('search_empty_desc') }}
{{ _('loading_users') }}