{% 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 MIN_ACCUMULATED_BONUS_FOR_ABORT = "{:.2f}".format(config.min_accumulated_bonus_for_abort) %} {% set CURRENCY = config.currency %} {% trans name="abort_possible" %}You have to accumulate at least {{ CURRENCY }}{{MIN_ACCUMULATED_BONUS_FOR_ABORT}} of bonus to be able to be compensated.{% endtrans %} {{ pgettext("abort_possible", "See below information on your currently accumulated bonus.") }}

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