{% extends "sysadmin/base.html" %} {% load seahub_tags i18n %} {% block cur_users %}tab-cur{% endblock %} {% block left_panel %}{{block.super}}
{% endblock %} {% block right_panel %}
{% if show_institution %} {% endif %}
{% csrf_token %}

{% trans "Add user" %}





{% if is_pro %}
{% endif %}


{% csrf_token %}

{% trans "Import users from a .xlsx file" %}

{% trans "Download an example file" %}

{% trans "Please choose a .xlsx file." %}

{% with is_admin_page=False %} {% include "sysadmin/useradmin_table.html" %} {% endwith %} {% include "snippets/admin_paginator.html" %}

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

{% if show_institution %}

{% trans "Set institution" %}

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