{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}End{% endblock %}
{% block content %}
You have completed the experiment.
Thank you for participating!
Your completion code is {{ completion_code }}
Please note your code. You can then close your tab. {% endblock %}