{% if App.Session.has('auth') %}
×
  • {{ '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 %}

{% block title %}{{ App.pageTitle }}{% endblock %}

{% for ok in App.ok %} {{ ok|msg('ok') }} {% endfor %} {% for ko in App.ko %} {{ ko|msg('ko') }} {% endfor %}