{% extends "basedocumentation.html" %} {% load humanize %} {% block title %}Campaign Management{% endblock %} {% block extra_extra_head %} {% endblock %} {% block topsection %} {% endblock %} {% block doccontent %} {% with campaign.status as campaign_status %} {% 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|intcomma }}
book list status
{% ifequal campaign_status 'INITIALIZED' %} Preview Your Campaign {% else %} See Your Campaign {% endifequal %}
{% csrf_token %}

Select the edition

Please choose the edition that most closely matches the edition to be unglued:

{{ form.edition.errors }}{{ form.edition }} {% if campaign.edition %}

You can edit the campaign's preferred edition.

{% else %}

If none of the existing editions matches what you want to release, you can create a new edition.

{% endif %}

Make Your Pitch

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 Rights 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 }} {% ifnotequal campaign_status 'ACTIVE' %}

Target Price

This is the target price for your campaign. Once you launch the campaign, you won't be able to increase it. The mimimum target is ${{form.minimum_target|intcomma}} .

{{ 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. The latest ending you can choose right now is {{ form.latest_ending }}

{{ form.deadline.errors }}{{ form.deadline }} {% else %}

Target Price

The current target price for your campaign is ${{ campaign.target|intcomma }}. Since your campaign is active, you may lower, but not raise, this target.

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

License being offered

If your campaign succeeds, you will be offering your ebook under a {{ campaign.license }} license.

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

Ending date

The ending date of your campaign is {{ campaign.deadline }}. Your campaign will conclude on this date or when you meet your target price, whichever is earlier. You may not change the ending date of an active campaign.

{{ form.deadline.errors }}{{ form.deadline }} {% endifnotequal %}

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' %}
When you click this button, your changes will be visible to supporters immediately. Make sure to proofread!

{% else %}

{% endifequal %} {% if campaign_status == 'INITIALIZED' %} {% endif %}

Premiums

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

Editing premiums

At this time, you can't edit a premium you've created. But you can deactivate a premium and add a new one to replace it. So be sure to double-check your spelling before adding it.

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 }}
{% ifequal campaign_status 'INITIALIZED' %}
{% 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 selected your campaign's edition and entered its description, target, deadline, and premiums, and previewed your campaign, before launching.

{% endif %}
{% endifequal %} {% ifequal campaign_status 'ACTIVE' %}

Your campaign is now active! Hooray!

What to do next

{% endifequal %} {% endif %} {% endwith %} {% endblock %}