{% extends "timeline-page.html" %} {% block main_body %} {{ pgettext("final_page_successful", "That's the end of the experiment!") }} {% if config.show_bonus %} {% include "final-page-bonuses.html" %} {% endif %} {{ gettext("Thank you for taking part.") }}

{{ gettext('Please click "Finish" to complete the HIT.') }}

{% endblock %}