{% if App.Session.has('is_auth') %}
{% endif %}
{% if App.Session.has('is_auth') %}
{% trans %}Experiment{% plural 2 %}Experiments{% endtrans %}
{{ 'Database'|trans }}
{% if not App.Session.has('is_anon') %}
{{ 'Team'|trans }}
{% endif %}
{{ 'Search'|trans }}
{{ App.teamConfigArr.link_name }}
{% if App.Request.getScriptName|split('/')|last == 'experiments.php' or App.Request.getScriptName|split('/')|last == 'database.php' %}
{% endif %}
{{ 'Logged in as'|trans }} {{ App.Users.userData.firstname|default('Anonymous')|raw }}
{% if App.Session.has('is_auth') and not App.Session.has('is_anon') %}
{{ 'User panel'|trans }}
{{ 'My Profile'|trans }}
{{ 'Todolist'|trans }}
{% if App.Session.get('is_admin') %}
{{ 'Admin panel'|trans }}
{% endif %} {% if App.Session.get('is_sysadmin') %}
{{ 'Sysadmin panel'|trans }}
{% endif %} {% endif %}
{{ 'Help'|trans }}
{{ 'Logout'|trans }}
{% endif %}
Javascript is disabled. Please enable Javascript to view eLabFTW in all its glory.
{{ 'Help'|trans }}
×
{{ 'There is a manual available %shere%s.'|trans|format("
", "
")|raw }}
{{ "You can use a TODOlist by pressing '%s'."|trans|format(App.Users.userData.sc_todo) }}
{{ 'You can have experiments templates (%sControl Panel%s).'|trans|format("
", "
")|raw }}
{{ 'You can make links inside the text by typing # and an autocomplete menu will spawn with a list of Experiments/Items.'|trans }}
{{ 'The admin of a team can edit the status and the types of items available (%sAdmin Panel%s).'|trans|format("
", "
")|raw }}
{{ 'If you press Ctrl Shift D in the editor, the date will appear under the cursor.'|trans }}
{{ 'Custom shortcuts are available (%sControl Panel%s).'|trans|format("
", "
")|raw }}
{{ 'You can duplicate experiments in one click.'|trans }}
{{ 'Click a tag to list all items with this tag.'|trans }}
{{ 'Once timestamped an experiment cannot be unlocked or modified. Only comments can be added.'|trans }}
{% block title %}{{ App.pageTitle }}{% endblock %}
{% for ok in App.ok %} {{ ok|msg('ok') }} {% endfor %} {% for ko in App.ko %} {{ ko|msg('ko') }} {% endfor %} {% for warning in App.warning %} {{ warning|msg('warning') }} {% endfor %} {% if App.Config.configArr.announcement %} {{ App.Config.configArr.announcement|msg('warning') }} {% endif %}