{% extends "base.html" %} {% block content %}
{{_(group.description)}}
{{ _('If you are participating for a study for the first time, click on the "Begin task" -button. If you are returning to continue a previously started task, click on the "Continue task" button.') }}
{{ _('You can choose the language suitable for you from the language menu in the upper right corner.') }}
{{ _('List of experiments:') }}
{% block attributes %} {% for exp in experiments %} {% if exp.status == 'Public' and session['language'] == exp.language %}