{% extends "base.html" %} {% block content %}
Role | {{ object.role }} |
---|---|
Organization | {{ object.organization }} |
Division | {{ object.division }} |
Name | Party | Incumbent | Status | Sources |
---|---|---|---|---|
{{ candidate.person }} | {{ candidate.party }} | {{ candidate.is_incumbent }} | {{ candidate.registration_status }} | {% for obj in obj.sources.all %} {{ forloop.counter }}{% if not forloop.last %},{% endif %} {% endfor %} |