{% extends "base.html" %} {% block content %}


{{ experiment_info.name }}


{% for para in instruction_paragraphs %}

{{ para }}

{% endfor %}

{{ _('Consent for participation:') }}

{% if experiment_info.research_notification_filename %}
{{ _('Research bulletin can be read here') }}
{% endif %} {% for para in consent_paragraphs %}

{{ para }}

{% endfor %} {{ _('Agree') }} {% endblock %}