{% extends "base.html" %} {% load i18n %} {% block current_context %} {% endblock %} {% block content %}
{% include "_partials/pagination.html" %} {% for contest in object_list %}
{{ contest.id }}
{% endfor %} {% include "_partials/pagination.html" %}
{% endblock %}