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