{% extends "sysadmin/base.html" %} {% load seahub_tags i18n %} {% block cur_users %}tab-cur{% endblock %} {% block extra_style %} {% endblock %} {% block left_panel %}{{block.super}}
{% endblock %} {% block right_panel %}
{% if show_institution %} {% endif %}
{% if users %} {% with is_admin_page=False %} {% include "sysadmin/useradmin_table.html" %} {% endwith %} {% include "snippets/admin_paginator.html" %} {% else %}

{% trans "No LDAP users have been imported" %}

{% endif %}

{% trans "Activating..., please wait" %}

{% if show_institution %}

{% trans "Set institution" %}

{% endif %} {% endblock %} {% block extra_script %} {% endblock %}