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

Parties ({{ object_list|length }})

{% for obj in object_list|dictsort:"name" %} {% endfor %}
Name Candidates
{{ obj }} {{ obj.candidacies.count|intcomma }}
{% endblock %}