{% extends "base.html" %} {% url privacy as privacyurl %} {% block extra_head %} {% if embedded %} {% endif %} {% endblock %} {% block content %}

Campaign: {{campaign.name}}

Work: {{campaign.work}}

Target: {{campaign.target}}

Deadline: {{campaign.deadline}}

Status: {{campaign.status}}

ISBN: {{campaign.work.editions.all.0.isbn_10}} | {{campaign.work.editions.all.0.isbn_13}}

Widget Link

Embed a widget:

PayPal receiver: {{campaign.paypal_receiver}}

Current total (pledged/authorized): {{campaign.current_total}}

{% csrf_token %} {{form.as_p}}
{% if campaign.transactions %}

Associated transactions:

{% else %}

No associated transactions

{% endif %} {% if embedded %} {% endif %} {% endblock %}