{% extends "base.html" %} {% block title %} {{ work.title }} {% endblock %} {% block extra_head %} {% endblock %} {% block content %} {% with work.last_campaign_status as status %}
{% if work.last_campaign %} {% if status == 'ACTIVE' %} Campaign in Progress:
${{ work.last_campaign.current_total }}/${{ work.last_campaign.target }} {% else %}{% if status == 'SUCCESSFUL' %} Unglued on {{ work.last_campaign.deadline|date:"M j, Y"}}!
${{ work.last_campaign.current_total }} raised of ${{ work.last_campaign.target }} goal {% else %}{% if status == 'INITIALIZED' %} Campaign starting soon
  {% else %}{% if status == 'SUSPENDED' %} Campaign suspended.
See FAQ. {% else %}{% if status == 'WITHDRAWN' %} Campaign withdrawn.
See FAQ. {% else %}{% if wishers == 1 %} {{ wishers }} Ungluer is WISHING
  {% else %} {{ wishers }} Ungluers are WISHING
  {% endif %}{% endif %}{% endif %}{% endif %}{% endif %}{% endif %} {% else %} {% if wishers == 1 %} {{ wishers }} Ungluer is WISHING
  {% else %} {{ wishers }} Ungluers are WISHING
  {% endif %} {% endif %}
{% include "explore.html" %}

{{ work.title }}

{{ work.author }}

{{ work.editions.all.0.publication_date }}

{% if status == 'ACTIVE' %}
{% if work.last_campaign.supporters.count == 1 %}One Ungluer has {% else %} {{ work.last_campaign.supporters.count }} Ungluers have {% endif %}pledged ${{ work.last_campaign.current_total }}
toward a ${{ work.last_campaign.target }} goal
{% else %}
{% if wishers == 1 %} {{ wishers }} Ungluer has {% else %} {{ wishers }} Ungluers have {% endif %}wished for this Work
Add/drop from wishlist
{% endif %}


{% if status == 'ACTIVE' %}

A campaign is running to unglue {{work.title}}!

The rights holder, {% for claim in work.claim.all %} {% if claim.status == 'active' %} {{ claim.rights_holder.rights_holder_name }} {% endif %} {% endfor %} has agreed to release {{work.title}} to the world as a Creative Commons licensed ebook if ungluers can join together to raise ${{ work.last_campaign.target }} by {{ work.last_campaign.deadline }}. You can help!

{{ work.last_campaign.description|safe }} {% else %}

{{work.title}}

{{ work.longest_description|safe }} {% endif %}

Being Unglued infomation
{% for supporter in work.wished_by %} {% endfor %}
{% if status == 'ACTIVE' %} {{ work.last_campaign.details|safe }} {% endif %} {% if work.claim.count %}

Rights Information

This work has been claimed by:

    {% for claim in work.claim.all %}
  • {{ claim.rights_holder.rights_holder_name }}
  • {% endfor %}
{% endif %} {% if not user.is_anonymous %} {% if request.user.rights_holder.all.count %}

Claim this work:

{% csrf_token %} {{ claimform.user }} {{ claimform.work }} {{ claimform.rights_holder }}
{% endif %} {% endif %}

Share

{% if status == 'ACTIVE' %} {% endif %}
{% endwith %} {% endblock %}