{% extends "base.html" %} {% block content %}
Date | Type | Ballot measures | Candidate contests | Identifiers | Sources |
---|---|---|---|---|---|
{{ obj.date|date:"N j" }} | {% for type in obj.election_types %} {{ type|lower|title }}{% if not forloop.last %},{% endif %} {% endfor %} | {{ obj.ballotmeasurecontests.count }} | {{ obj.candidatecontests.count }} | {% for obj in obj.identifiers.all %} {{ obj.identifier }}{% if not forloop.last %},{% endif %} {% endfor %} | {% for obj in obj.sources.all %} {{ forloop.counter }}{% if not forloop.last %},{% endif %} {% endfor %} |