{% extends 'base.html' %} {% block body %} {% if unvalidatedUsersArr %}
{{ 'There are users waiting for validation of their account:'|trans|msg('warning', false) }}
{% endif %}

{{ 'Configure your Team'|trans }}


{{ App.Csrf.getHiddenInput|raw }} {{ 'An admin account will always be able to delete experiments.'|trans }} {{ 'Override general timestamping config'|trans }}
{{ 'This should be the URL used for %sRFC 3161%s-compliant timestamping requests.'|trans|format("", "")|raw }} {{ "This should point to the chain of certificates used by your external timestamping provider to sign the timestamps.%sLocal path relative to eLabFTW installation directory. You should add it in the 'uploads' folder. The file needs to be in %sPEM-encoded (ASCII)%s format!"|trans|format("
", "", "")|raw }}
{{ 'This should be the login associated with your timestamping service provider'|trans }} {% if App.teamConfigArr.stamppass|length > 1 %}

{{ 'A password is already set.'|trans }} {{ '%sClear it%s or change it below:'|trans|format(" ", "" )|raw }}

{% endif %} {{ 'Your timestamping service provider password'|trans }}

{{ 'Manage Groups of Users'|trans }}





{{ 'Existing groups'|trans }}

{% for teamGroup in teamGroupsArr %}

{{ teamGroup.name }}

    {% for user in teamGroup.users %}
  • {{ user.fullname|raw }}
  • {% endfor %}
{% endfor %}
{{ include('editusers.html') }}

{{ 'Add a New Status'|trans }}


{{ 'Edit an Existing Status'|trans }}


{{ 'Modify ordering'|trans }}


{{ 'Add a new type of item'|trans }}


{{ 'Database Items Types'|trans }}


{{ 'Modify ordering'|trans }}


{{ 'Common Experiment Template'|trans }}


{{ 'This is the default text when someone creates an experiment.'|trans }}

{{ 'Import a CSV File'|trans }}


{{ "Import a .csv (Excel spreadsheet) file into the database. First you need to open your .xls/.xlsx file in Excel or Libreoffice and save it as .csv. IMPORTANT: one of the column MUST be named 'title'. You should make a tiny import of 3 lines to see if everything works before importing a big file."|trans }}

{{ App.Csrf.getHiddenInput|raw }}

{{ 'Import a ZIP File'|trans }}


{{ "Import a .elabftw.zip archive."|trans }} {{ 'You should make a backup of your database before importing thousands of items!'|trans }}

{{ App.Csrf.getHiddenInput|raw }}

{{ 'Manage tags of the team'|trans }}

{{ 'From here you can edit or delete the tags for your team. Click the tag to edit it. Then click the deduplicate button to merge similar tags.' }}

{% for tag in tagsArr %}

{{ tag.tag|raw }}

{% endfor %}
{% if App.Config.configArr.debug %} {% else %} {% endif %} {% endblock body %}