{% extends "psynet_layout.html" %} {% block stylesheets %} {% endblock %} {% block body %}
{{ 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(experiment.var.min_accumulated_bonus_for_abort) %} {% 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 }} |