{% extends "psynet_layout.html" %} {% block body %}

{{ pgettext("abort_possible", "Are you sure you want to abort the experiment?") }}


{{ pgettext("abort_possible", "If you click the Abort button, the experiment will end early, and you will be automatically paid the compensation you have earned so far.") }} {{ pgettext("abort_possible", "Please only contact us if you have trouble receiving your payment.") }} {{ pgettext("abort_possible", "See the information below for details of your compensation.") }}

{{ gettext("Assignment ID") }}{{ participant_abort_info.assignment_id }}
{{ gettext("HIT ID") }}{{ participant_abort_info.hit_id }}
{{ gettext("Accumulated reward") }}{{ participant_abort_info.accumulated_reward }}
{% endblock %}