{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results {% endblock %} {% block content %}
{% if group.puzzle_solved %} Congratulations! You solved the puzzle in time. {% else %} Too bad. You did not solve the puzzle in time. {% endif %}
{% next_button %} {% endblock %}