{% extends 'base.html' %} {% block body %} {# UNVALIDATED USERS BLOCK #}
{% if unvalidatedUsersArr %}
{{ 'There are users waiting for validation of their account:'|trans|msg('warning', false) }}
{% endif %}
{# ADMIN PANEL MAIN MENU #} {# loading spinner #}
{% include 'create-statuslike-modal.html' with {'target': 'experiments_categories', 'title': 'Create new experiments category'|trans} %} {% include 'create-statuslike-modal.html' with {'target': 'experiments_status', 'title': 'Create new experiments status'|trans} %} {% include 'create-statuslike-modal.html' with {'target': 'items_status', 'title': 'Create new resources status'|trans} %} {% include('ownership-transfer-modal.html') %} {% include 'onboarding-email-modal.html' %} {# set variables for binary-settings template and other inputs with a data-model #} {% set src = App.teamArr %} {% set model = 'teams/current' %} {# TAB 1 TEAM CONFIG #} {# TAB 2 USER GROUPS #} {# END USER GROUPS #} {# TAB 3 USERS #} {# TAB 4 CATEGORIES #} {# TAB 5 STATUS #} {# TAB 6 EXPORT #} {# TAB 7 TAG MANAGER #} {# TAB 8 BATCH ACTIONS #}
{% endblock body %}