{% extends "base.html" %} {% url privacy as privacyurl %} {% block extra_head %} {% if embedded %} {% endif %} {% endblock %} {% block content %}
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}}
Embed a widget:
PayPal receiver: {{campaign.paypal_receiver}}
Current total (pledged/authorized): {{campaign.current_total}}
{% if campaign.transactions %}Associated transactions:
No associated transactions
{% endif %} {% if embedded %} {% endif %} {% endblock %}