{% extends 'base.html' %} {% block body %} {% include('idp-modal.html') %} {# Modal for team creation #} {# display current and latest version #}

{{ 'Installed version:'|trans }} {{ constant('Elabftw\\Elabftw\\App::INSTALLED_VERSION') }}
{{ 'Latest stable version:'|trans }} {# show error if the email is not configured #} {% if App.Config.configArr.mail_from == 'notconfigured@example.com' %} {{ 'Email configuration is required. Consult the documentation (%slink%s) for help.'|trans|format("", "")|msg('ko') }} {% endif %}

{# loading spinner #}
{# TAB 1 SERVER #} {# TAB 2 TEAMS #} {# TAB 3 USERS #} {# TAB 4 - Communication #} {# TAB 5 EMAIL #} {# TAB 6 SECURITY #} {# TAB 7 POLICIES #} {# TAB 8 UPLOADS #} {# TAB 9 TIMESTAMP #} {# TAB 10 LOCAL AUTH #} {# TAB 11 SAML #} {# TAB 12 LDAP #} {# TAB 13 EXTERNAL AUTH #} {# TAB 14: AUDIT LOGS #} {# STORAGE #}
{% endblock body %}