{% extends "organizations/org_admin_sidebar.html" %} {% load seahub_tags i18n %} {% block cur_users %}tab-cur{% endblock %} {% block left_panel %}{{block.super}}
{% endblock %} {% block right_panel %}
{% csrf_token %}

{% trans "Add new user" %}







{% with is_admin_page=False %} {% include "organizations/org_users_table.html"%} {% endwith %} {% include "snippets/admin_paginator.html" %}

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

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