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

{{ pgettext("mturk_error", "Error!") }}


{{ error_text }}

{% set EMAIL = '' + contact_address + '' %} {% if compensate == True %}

{% if experiment.var.show_abort_button %} {{ pgettext("mturk_error", "You may be able to abort the experiment using the Abort experiment button on the MTurk ad page.") }} {{ pgettext("mturk_error", "Once aborted, there is no need to contact us to receive the compensation; this should be awarded to you automatically via MTurk a few minutes after.") }} {% trans name="mturk_error" %}If this is not the case, please contact us at {{ EMAIL }} quoting the following information:{% endtrans %}

{% else %} {% trans name="mturk_error" %}To enquire about compensation, please contact the researcher at {{ EMAIL }} and describe what led to this error.{% endtrans %} {{ pgettext("mturk_error", "Please also quote the following information:") }} {% endif %}

{{ gettext("Error type") }}: {{ error_type }}
{{ gettext("HIT ID") }}: {{ hit_id }}
{{ gettext("Assignment ID") }}: {{ assignment_id }}
{{ gettext("Worker ID") }}: {{ worker_id }}

{% if experiment.var.show_abort_button %} {% endif %} {% endif %}
{% endblock %}