{# templates/campaign/campaigns_edit_owners.html #} {% extends "template_base.html" %} {% block title %}Campaign Owner(s): {% if campaignx %}{{ campaignx.campaign_title }}{% endif %}{% 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 %} {% endif %}