{% extends "basedocumentation.html" %} {% block title %}Campaign Management{% endblock %} {% block extra_extra_head %} {% endblock %} {% block doccontent %} {% if campaign.not_manager %}

You're not a manager for campaign: {{ campaign.name }}

{% else %}
{{ activetab }}
{% for alert in alerts %}

{{ alert }}

{% empty %}

Manage the campaign

{% endfor %} {% for problem in problems %} Please fix the following before launching your campaign:

{% empty %} {% endfor %} (Or, go back to rights holder tools page.)
{{ work.title }}

{{ work.title }}

{{ work.author }}

{{ pubdate }}

{{ work.last_campaign.supporters.count }} Ungluers have pledged ${{ work.last_campaign.current_total }}
book list status
Preview This Campaign

Description of the work offered for ungluing

{% csrf_token %}

Please choose the edition that most closely matches the edition to be unglued: {{ form.edition.errors }}{{ form.edition }}

This will be displayed in the Campaign tab for your work. It's your main pitch to supporters. It should include:

Make it concise and emotionally appealing. The point here is not to tell ungluers everything about your book; it's to remind them why they love it.

{{ form.description.errors }}{{ form.description }}

Offer details

This will be displayed on the Details tab for your work. It's the fine print for your offer. For example, if your unglued edition will exclude certain illustrations due to rights issues, or otherwise differ from existing editions, this is the place to disclose that. If your offer doesn't have any fine print, you can leave this blank.

{{ form.details.errors }}{{ form.details }}

Target Price

This is the target price for your campaign. Once you launch the campaign, you won't be able to increase it.

{{ form.target.errors }}{{ form.target }}

License being offered

This is the license you are offering to use once the campaign succeeds. For more info on the licenses you can use, see Creative Commons: About the Licenses.

{{ form.license.errors }}{{ form.license }}

Ending date

This is the ending date of your campaign. Once you launch the campaign, you won't be able to change it. The ending date can't be more than six months away- that's a practical limit for credit card authorizations.

{{ form.deadline.errors }}{{ form.deadline }}

Paypal collection address

If your campaign succeeds, the funds raised (less commission and fees) will be deposited in a paypal account bearing this email address.

{{ form.paypal_receiver.errors }}{{ form.paypal_receiver }}

{% ifequal campaign.status 'ACTIVE' %} {% else %} {% endifequal %} {% ifequal campaign.status 'INITIALIZED' %} {% endifequal %}

Premiums

{% csrf_token %} {% if campaign.custom_premiums.count %} {% endif %}

Add a custom premium for this campaign

{% csrf_token %} Pledge Amount: {{ premium_form.amount.errors }}{{ premium_form.amount }}
Premium Description: {{ premium_form.description.errors }}{{ premium_form.description }}
Number Available (0 if no limit): {{ premium_form.limit.errors }}{{ premium_form.limit }}
{{ premium_form.campaign }} {{ premium_form.type.errors }}{{ premium_form.type }}
{% if campaign.description and campaign.target and campaign.deadline %}

Before you hit launch:

If it doesn't look exactly the way you like, or you're having any trouble with your description or premiums, we're happy to help; please email unglue.it support (support@gluejar.com).

If you're happy with your campaign, here's your moment of truth!

Launch Campaign
{% else %}

Please make sure you've entered your campaign's description, target, deadline, and premiums, and previewed your campaign, before launching.

{% endif %}
{% endif %} {% endblock %}