{% extends "base.html" %} {% block content %}
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 %} |