{# 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
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 %}| sigId | name | stateId | url | |
| {{ forloop.counter }} | {{ special_interest_group.sigId }} | {{ special_interest_group.name }} | {{ special_interest_group.stateId }} | {{ special_interest_group.url }} |
(no special interest groups found)
{% endif %} {% endblock %}