{% extends "pub_base.html" %} {% load seahub_tags avatar_tags i18n %} {% load url from future %} {% block extra_style %} {% if has_file_search %} {% endif %} {% endblock %} {% block cur_user %}tab-cur{% endblock %} {% block left_panel %}{{block.super}} {% if has_file_search %}
{% endif %} {% endblock %} {% block right_panel %}

{% trans "Users" %}

{% if users %}
{% if has_prev %} {% trans "Previous" %} {% endif %} {% for pr in page_range %} {% if pr == current_page %} {{ pr }} {% else %} {{ pr }} {% endif %} {% endfor %} {% if has_next %} {% trans "Next" %} {% endif %}
{% else %}

{% trans "None"%}

{% endif %} {% include 'snippets/add_to_contacts_form.html' %} {% endblock %} {% block extra_script %} {% include 'snippets/add_to_contacts_js.html' %} {% endblock %}