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

Partisan contests without a party {{ object_list|length }}

{% for obj in object_list %} {% endfor %}
Name Election Candidates Sources
{{ obj.name }} {{ obj.election }} {{ obj.candidacies.count }} {% for obj in obj.sources.all %} {{ forloop.counter }}{% if not forloop.last %},{% endif %} {% endfor %}
{% endblock %}