
{{ pgettext("error", "Error!") }}
{{ error_text }}
{% if config.show_abort_button %} {% if compensate == True %}{{ 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.") }} {% set EMAIL = '' + contact_address + '' %} {% 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 }}
{{ experiment.error_page_content(contact_address, error_type, hit_id, assignment_id, worker_id, external_submit_url) }}
{% endif %}