{% extends "timeline-page.html" %} {% block main_body %} {{ pgettext("final_page_unsuccessful", "Unfortunately the experiment must end early.") }} {% if not experiment.with_lucid_recruitment() %} {{ pgettext("final_page_unsuccessful", "However, you will still be paid for the time you spent already.") }} {% if config.show_reward %} {% include "final-page-rewards.html" %} {% endif %}
{{ gettext('Please click "Finish" to complete the HIT.') }}
{% else %} {{ gettext("You will be redirected.") }} {% endif %} {{ gettext("Thank you for taking part.") }} {% endblock %} {% block scripts %} {{ super() }} {% endblock %}