{% extends "admin:base" %} {% block content %}

Challenge {{ challenge.id }} — {{ challenge.title }}

{{ challenge.description }}

Hints

    {% for hint in challenge.hints %}
  • {{hint}}

  • {% endfor %}

Solution

{{challenge.solution}}


{% include "comp:contestants_winners" %} {% endblock %}