{% extends 'base.html' %} {% block body %} {% if unvalidatedUsersArr %}
{{ '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. 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 }}
{{ "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 %}