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

Batches for Contest: {{ object.name }}

{% for contestbatch in object.contestbatch_set.all %} {% endfor %}
{{ contestbatch.batch.election }} {{ contestbatch.batch }}
{% endblock %}