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

{{ pgettext("abort_possible", "Aborting not possible.") }}


{{ pgettext("abort_possible", "Aborting the experiment is not possible as the experimenter does not allow it at this time!") }} {% set CURRENCY = config.currency %} {% set MIN_ACCUMULATED_REWARD_FOR_ABORT = "{:.2f}".format(config.min_accumulated_reward_for_abort) %} {% trans name="abort_possible" %}You have to accumulate at least {{ CURRENCY }}{{MIN_ACCUMULATED_REWARD_FOR_ABORT}} of reward to be able to be compensated.{% endtrans %} {{ pgettext("abort_possible", "See below information on your currently accumulated reward.") }}

{{ 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 %}