{% extends "base.html" %} {% block core %}

Contests list

{{ xsrf_form_html|safe }} Edit selected contest: {% for c in contest_list %} {% endfor %}
Name Description
{{ c.name }} {{ c.description }}
{% endblock core %}