{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
End of this task
{% endblock %}
{% block content %}
You have reached the end of this task.
On the next page, you will be asked some additional questions about the task.
{% next_button %}
{% endblock %}