{# 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
(no supporters found with current filters)
{% endif %} {% endblock %}