{# templates/election/election_edit.html #} {% extends "template_base.html" %} {% block title %}{% if election %}{{ election.election_name }}{% else %}Create New Election{% endif %}{% endblock %} {% block content %} {% load template_filters %} < Back to Elections
| ID | District Name | District Type | Election Type | |||
|---|---|---|---|---|---|---|
| {{ forloop.counter }} | {{ ballotpedia_election.ballotpedia_election_id|default_if_none:"" }} | {{ ballotpedia_election.district_name|default_if_none:"" }} | {{ ballotpedia_election.district_type|default_if_none:"" }} | {{ ballotpedia_election.election_type|default_if_none:"" }} | {{ ballotpedia_election.election_description|default_if_none:"" }} | |