{% extends "timeline-page.html" %} {% block stylesheets %} {% endblock %} {% block main_body %}

{{ pgettext("consent-title", "In this experiment, you may be asked to make a voice or video recording.") }} {{ pgettext("consent-title", "For example, you may be asked to record your finger-tapping in response to a sound or video, or to record yourself speaking or singing.") }}

{{ consent.confidentiality(config, true) }} {{ consent.collaborations(config, true) }} {{ consent.security(config, true) }} {{ consent.contact(config) }} {{ consent.consent(config) }}
{{ consent.fixed_buttons(config) }}
{% endblock %}