{# templates/import_export_vote_smart/position_category_list.html #} {% extends "template_base.html" %} {% block title %}Vote Smart Position Categories{% endblock %} {% block content %} < Back to Vote Smart Index
Also see We Vote positions
Import All Vote Smart Categories
{% if position_category_list %}| categoryId | name |
| {{ position_category.categoryId }} | {{ position_category.name }} |
(no position categories found)
{% endif %} {% endblock %}