{% extends 'base.html' %} {% block body %} {% if unvalidatedUsersArr|length > 0 %}
{% endif %}{{ 'This is the default text when someone creates an experiment.'|trans }}
{{ commonTplBody|raw }}
{{ "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 .elabftw.zip archive."|trans }}
{{ 'You should make a backup of your database before importing thousands of items!'|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.' }}
{{ tag.tag|raw }}
{% endfor %}