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


{{ _('Notice!') }}


{{ _('Notice!') }}

{{ _('Please write down your participant ID so you can return and finish the rating task later!') }}

{{ _('Your participant ID is:') }} 
{{ user_id }}


{{ _('Quit!') }} {% endblock %}