{# templates/import_export_vote_smart/special_interest_group_list.html #} {% extends "template_base.html" %} {% block title %}Vote Smart Special Interest Groups{% endblock %} {% block content %} < Back to Vote Smart Index

Vote Smart Special Interest Groups

Also see We Vote Endorsers

Retrieve Special Interest Groups from Vote Smart Server, Transfer Special Interest Groups to We Vote Orgs

{% if special_interest_group_list %} {% for special_interest_group in special_interest_group_list %} {% endfor %}
sigId name stateId url
{{ forloop.counter }} {{ special_interest_group.sigId }} {{ special_interest_group.name }} {{ special_interest_group.stateId }} {{ special_interest_group.url }}

{% else %}

(no special interest groups found)

{% endif %} {% endblock %}