{% extends "user:base" %} {% block title %}{{ title }}{% endblock %} {% block content %}

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 %}