{% extends "two_column_body.html" %} {% import "macros.html" as macros %} {% block title %}{% spaceless %}{% trans %}Users{% endtrans %}{% endspaceless %}{% endblock %} {% block content %}

{% trans %}Users{% endtrans %}

{% trans %}Sort by »{% endtrans %} {% trans %}reputation{% endtrans %} {% trans %}recent{% endtrans %} {% trans %}oldest{% endtrans %} {% trans %}by username{% endtrans %}

{% if suser %} {% trans %}users matching query {{suser}}:{% endtrans %} {% endif %} {% if not users.object_list %} {% trans %}Nothing found.{% endtrans %} {% endif %}

{{ macros.user_list(users.object_list) }}
{{ macros.paginator(paginator_context) }}
{% endblock %} {% block endjs %} {% endblock %}