{# templates/import_export_vote_smart/vote_smart_import.html #} {% extends "template_base.html" %} {% block title %}Vote Smart Import{% endblock %} {% block content %}

Vote Smart Import

{% if error_message %}

{{ error_message }}

{% endif %} {% if state_list %}
    {% for state in state_list %}
  1. {{ state.stateId }} {{ state.name }}
  2. {% endfor %}
{% else %}

No states are available.

{% endif %} {% endblock %}