{# templates/share/voter_who_shares_summary_list.html #} {% extends "template_base.html" %} {% block title %}Voters Who Share{% endblock %} {% block content %} {% load template_filters %} {% load humanize %}

Voters Who Share

Shared items list

{% csrf_token %} {# #} {# #} {# #} {% if state_list %} {% endif %}{# End of if state_list #} {% if share_types %} {% endif %} {# End of if share_types #} {# #} {# #} {# #} {% if election_years_available %} {% endif %}{# End of if election_years_available #} {% if state_list %} {% endif %}{# End of if state_list #}

{% if voter_summary_search %} clear search  {% endif %}
{% if voter_who_shares_summary_list %} {% include "share/voter_who_shares_summary_table.html" with voter_who_shares_summary_list=voter_who_shares_summary_list %} {% if not show_all and not show_more %} show more {% endif %} {# {% if show_more %}#} {# #} {# show all#} {# {% endif %}#} {% if show_more %}     show fewer {% endif %}

{% else %}

(no shared items found)

{% endif %}

{% endblock %}