{# 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

Vote Smart Position Categories

Also see We Vote positions

Import All Vote Smart Categories

{% if position_category_list %} {% for position_category in position_category_list %} {% endfor %}
categoryId name
{{ position_category.categoryId }} {{ position_category.name }}

{% else %}

(no position categories found)

{% endif %} {% endblock %}