{% extends 'base.html' %} {% block body %} {% if unvalidatedUsersArr|length > 0 %}
{{ FormKey.getFormkey|raw }}
{{ 'There are users waiting for validation of their account:'|trans|msg('ko', false) }}
{% endif %}

{{ 'Configure your Team'|trans }}


{{ '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 }}

{{ include('editusers.html') }}

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





{{ 'Existing groups'|trans }}

{% for teamGroup in teamGroupsArr %}

{{ teamGroup.name }}

    {% for user in teamGroup.users %}
  • {{ user.fullname|raw }}
  • {% endfor %}
{% endfor %}

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


{{ 'Edit an Existing Status'|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.
In order to have a good import, the first row should be the column's field names. You can make a tiny import of 3 lines to see if everything works before you import a big file. The third column should be the title."|trans|raw }} {{ "You should make a backup of your database before importing thousands of items!"|trans }}

{{ '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 }}

{{ '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 %}
{% endblock body %}