{{ 'Todolist'|trans }}

{# this will be filled with the to-do items by js #}

{{ 'Unfinished steps'|trans }}

{# Toggle scope User/Team switch #}
{# EXPERIMENT STEPS #}

{% trans %}Experiment{% plural 2 %}Experiments{% endtrans %}

{# this div is here as a target of the toggle-next, because for some reason 'hidden' doesn't work on a flex container #} {# id is needed to fill it from Todolist.class.ts #}
{# ITEMS STEPS #}

{{ 'Resources'|trans }}

{# this div is here as a target of the toggle-next, because for some reason 'hidden' doesn't work on a flex container #} {# id is needed to fill it from Todolist.class.ts #}