{# templates/campaign/campaignx_supporters_list.html #} {% extends "template_base.html" %} {% block title %}Campaign Supporters: {{ campaignx_title }}{% endblock %} {% block content %} {% load template_filters %} {% load humanize %} < Back to Campaign

Campaign Supporters: {{ campaignx_title }}

{% csrf_token %} {# #} {# #}    
{% if campaignx_search %} clear search  {% endif %}
{% csrf_token %}
Add New Supporter:
Voter or Organization We Vote Id Endorsement Supporter Wants Visibility    Visibility Blocked by We Vote   
{% if supporters_list %} {% include "campaign/campaignx_supporters_list_table.html" with supporters_list=supporters_list %}

{% else %}

(no supporters found with current filters)

{% endif %}

{% endblock %}