{% extends "base" %} {% block title %}{{ title }}{% endblock %} {% block main %}

{{title}} User Interface

You have reached the {{title}} User Interface. This site can be used by the contestants see the challenges and their progress and hints for that challenge. This site is NOT part of the challenge.


Challenge {{ challenge_idx}} — {{ challenge_title }}

{{ challenge_description }}

Hints

    {% for hint in challenge_hints %}
  • {{hint}}

  • {% endfor %}

Contestants

There are cuttently {{ contestants_amount }} contestants. These contestants currently have had at least one connection to the challenge:

Winners

There are cuttently {{ winners_amount }} winners. These contestants currently have been sent the secret:

{% endblock %}