{% if App.Session.has('auth') or App.Session.has('anon') %}
{% endif %} {% if App.Session.has('auth') or App.Session.has('anon') %}
{% trans %}Experiment{% plural 2 %}Experiments{% endtrans %}
{{ 'Database'|trans }}
{% if not App.Session.has('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 %}
{% endif %}
{% if App.Session.has('auth') %}
{{ 'Howdy,'|trans }}
{{ 'My Profile'|trans }}
{{ App.Users.userData.firstname|raw }}
{{ 'Settings'|trans }}
|
{{ 'My Profile'|trans }}
|
{{ 'Todolist'|trans }}
|
{{ 'Help'|trans }}
|
{{ 'Logout'|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 }}
{% elseif App.Session.has('anon') %}
{{ 'Anonymous'|trans }}
{{ 'Logout'|trans }}
{% endif %}
Javascript is disabled. Please enable Javascript to view eLabFTW in all its glory.
{% block title %}{{ App.pageTitle }}{% endblock %}
{% for ok in App.ok %} {{ ok|msg('ok') }} {% endfor %} {% for ko in App.ko %} {{ ko|msg('ko') }} {% endfor %}