{# templates/campaign/campaigns_edit_politicians.html #} {% extends "template_base.html" %} {% block title %}{% if campaignx %}{{ campaignx.campaign_title }}{% endif %}: Politician(s) Supported by This Campaign{% endblock %} {% block content %} {% load template_filters %} {% if not campaignx or not campaignx.we_vote_id %} This page requires a valid campaignx. {% else %} < Back to Campaign Summary
{{ error_message }}
{% endif %}