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

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

{% else %} {{ experiment.error_page_content(gettext, pgettext, contact_address, error_type, hit_id, assignment_id, worker_id) }} {% endif %}

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