{# templates/import_export_vote_smart/candidate_list.html #} {% extends "template_base.html" %} {% block title %}Vote Smart Candidates{% endblock %} {% block content %}
| First Name | Last Name | Election Year | State Id | ||
| {{ forloop.counter }} | {{ candidate.candidateId }} | {{ candidate.firstName }} | {{ candidate.lastName }} | {{ candidate.electionYear }} | {{ candidate.officeStateId }} |
(no candidates found)
{% endif %} {% endblock %}