{{ work.title }}
-- {{ work.relators.0.name }}{% if work.authors.count == 2 %} - and {{ work.relators.1.name }} - {% endif %}{% if work.relators.count > 2 %}{% for author in work.relators %}{% if not forloop.first %}, {{ author.name }}{% endif %}{% endfor %} - {% endif %} -
-- {% if work.last_campaign.publisher %} - {{ work.last_campaign.publisher }} - {% endif %} - {{ work.publication_date }} - - -
-- {% if work.last_campaign.anon_count == 1 %} - 1 other - {% else %} - {{ work.last_campaign.anon_count }} others - {% endif %} - {% endif %} -
{{ work.title }}
+
+ {{ work.relators.0.name }}{% if work.authors.count == 2 %}
+ and {{ work.relators.1.name }}
+ {% endif %}{% if work.relators.count > 2 %}{% for author in work.relators %}{% if not forloop.first %}, {{ author.name }}{% endif %}{% endfor %}
{% endif %}
-
-
-
-
- {% if status == 'ACTIVE' %}
- {% if work.last_campaign.type != 3 %}
- {{ work.last_campaign.description|safe }}
- {% else %}
- {{ work.description|safe }}
- {% endif %}
- {% elif work.description %}
- {{ work.description|safe }}
- {% else %}
- {{ work.last_campaign.description|safe }}
- {% endif %}
-
-
- {% for work_rel in work.works_related_to.all %}
- {% if work_rel.from_work.language != 'xx' and work.language != 'xx' %}
-
- This work is a {{ work_rel.relation }} of {{ work_rel.from_work }}.
-
- {% endif %}
- {% endfor %}
- {% for work_rel in work.works_related_from.all %}
- {% if work.language != 'xx' and work_rel.to_work.language != 'xx' %}
-
- {{ work_rel.to_work }} is a {{ work_rel.relation }} of this work.
-
- {% endif %}
- {% endfor %}
- {% if work.doab %}
-
- This book is included in DOAB.
-
- {% endif %}
- {% if work.gtbg %}
-
- This book is included in Project Gutenberg.
-
- {% endif %}
-
-
-
-
- Why {% if work.ebooks.all %}read{% else %}unglue{% endif %} this book? Have your say.
-
- {% render_comment_list for work %}
- {% if user.is_authenticated %}
- {% render_comment_form for work %}
- {% else %}
- You must be logged in to comment.
- {% endif %}
-
-
-
-
- {% if request.user.is_staff or request.user in work.last_campaign.managers.all %}
-
- {% else %}
- {% for wish in work.wishes.all reversed %}
- {% with wish.wishlist.user as supporter %}
-
-
-
-
-
- {{ supporter }}
-
-
- {% endwith %}
- {% endfor %}
- {% endif %}
-
-
-
-
- {% if action == 'display' %}
- {% if status == 'ACTIVE' %}
- {% if work.last_campaign.type == 1 %}
- 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 ({{ work.last_campaign.license }}) if ungluers can join together to raise ${{ work.last_campaign.target|floatformat:0|intcomma }} by {{ work.last_campaign.deadline }}.
- You can help!
- {% endif %}
- {% if work.last_campaign.type == 2 %}
- A Buy-to-Unglue 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 ({{ work.last_campaign.license }}) on {{ work.last_campaign.cc_date }}. For every copy that ungluers purchase, that date gets sooner. ${{ work.last_campaign.left|floatformat:0|intcomma }} of sales will unglue the book TODAY.
- You can help!
- {% endif %}
- {% if work.last_campaign.type == 3 %}
- A Thanks-for-Ungluing Campaign is running to reward the creators of {{work.title}}!
- The rights holder, {% for claim in work.claim.all %}
- {% if claim.status == 'active' %}
- {{ claim.rights_holder.rights_holder_name }}
- {% endif %}
- {% endfor %}
- , has released {{work.title}} to the world as a Creative Commons licensed ebook ({{ work.last_campaign.license }}) .
- You can help us say "Thank You!" so that other creators will do the same.
- {% endif %}
- Campaign details: the fine print
- {{ work.last_campaign.details|safe }}
- {% endif %}
-
- {% if status == 'SUCCESSFUL' %}
- A campaign has succeeded 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 ({{ work.last_campaign.license }}) thanks to the efforts of ungluers like you.
- Campaign details: the fine print
- {{ work.last_campaign.details|safe }}
- {% endif %}
- {% if status != 'ACTIVE' and status != 'SUCCESSFUL' %}
- Rights Information
- {% if claimstatus == 'one_active' %}
- This work has been claimed by {{ rights_holder_name }}.
- {% else %}
- {% if claimstatus == 'disputed' %}
- Rights claims are pending.
- {% else %}
- {% if claimstatus == 'one_pending' %}
- A claim for this work by {{ rights_holder_name }} is pending.
- {% else %}
- {% if request.user.rights_holder.all.count %}
- Is this work yours? Claim it:
-
-
- {% else %}
- Are you the author or publisher of this work? If so, you can claim it as yours by registering as an Unglue.it rights holder.
- {% endif %}
- {% endif %}
- {% endif %}
- {% endif %}
- {% endif %}
- {% if work.is_free %}
- Downloads
-
- This work has been downloaded {{ work.download_count }} times via unglue.it ebook links.
-
- {% for ebook in work.ebooks.all %}
- - {{ ebook.download_count }} - {{ ebook.format }} {% if ebook.version_label %} ({{ ebook.version_label }}) {% endif %}({{ ebook.rights }}) at {{ ebook.provider }}.
- {% endfor %}
-
-
- {% if user.is_staff %}
-
- {% endif %}
- {% endif %}
- {% if user.is_staff %}
- Related Works
-
-
- {% endif %}
- Keywords
- {% if work.subjects.all.count > 0 %}
-
- {% for subject in work.subjects.all %}
- - {{ subject.name }}
- {% if user.is_staff or user in work.last_campaign.managers.all %}
-
- {% endfor %}
-
- {% endif %}
-
- {% else %}
- No keywords yet.
-
-
- {% endif %}
- {% if user_can_edit_work %}
-
- {% endif %}
- {% endif %}
- Editions
- {% if alert %}
-
{{ alert }}
- {% endif %}
- {% if user_can_edit_work %}
-
- {% endif %}
-
- {% if action == 'editions' %}
- {% include 'split.html' %}
- {% else %}
- {% with work.preferred_edition as edition %}
- {% include 'edition_display.html' %}
- {% endwith %}
- {% if not campaign %}
- {% for edition in editions %}
- {% if edition != work.preferred_edition %}
- {% include 'edition_display.html' %}
- {% endif %}
- {% endfor %}
- {% endif %}
-
- {% endif %}
-
-
-
-
-
- This work is a {{ work_rel.relation }} of {{ work_rel.from_work }}. -
- {% endif %} - {% endfor %} - {% for work_rel in work.works_related_from.all %} - {% if work.language != 'xx' and work_rel.to_work.language != 'xx' %} -- {{ work_rel.to_work }} is a {{ work_rel.relation }} of this work. -
- {% endif %} - {% endfor %} - {% if work.doab %} -- This book is included in DOAB. -
- {% endif %} - {% if work.gtbg %} -- This book is included in Project Gutenberg. -
- {% endif %} -Why {% if work.ebooks.all %}read{% else %}unglue{% endif %} this book? Have your say.
-You must be logged in to comment.
- {% endif %} -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 ({{ work.last_campaign.license }}) if ungluers can join together to raise ${{ work.last_campaign.target|floatformat:0|intcomma }} by {{ work.last_campaign.deadline }}. - You can help!
- {% endif %} - {% if work.last_campaign.type == 2 %} -A Buy-to-Unglue 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 ({{ work.last_campaign.license }}) on {{ work.last_campaign.cc_date }}. For every copy that ungluers purchase, that date gets sooner. ${{ work.last_campaign.left|floatformat:0|intcomma }} of sales will unglue the book TODAY. - You can help!
- {% endif %} - {% if work.last_campaign.type == 3 %} -A Thanks-for-Ungluing Campaign is running to reward the creators of {{work.title}}!
-The rights holder, {% for claim in work.claim.all %} - {% if claim.status == 'active' %} - {{ claim.rights_holder.rights_holder_name }} - {% endif %} - {% endfor %} - , has released {{work.title}} to the world as a Creative Commons licensed ebook ({{ work.last_campaign.license }}) . - You can help us say "Thank You!" so that other creators will do the same.
- {% endif %} -Campaign details: the fine print
- {{ work.last_campaign.details|safe }} - {% endif %} - - {% if status == 'SUCCESSFUL' %} -A campaign has succeeded 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 ({{ work.last_campaign.license }}) thanks to the efforts of ungluers like you.
-Campaign details: the fine print
- {{ work.last_campaign.details|safe }} - {% endif %} - {% if status != 'ACTIVE' and status != 'SUCCESSFUL' %} -Rights Information
- {% if claimstatus == 'one_active' %} -This work has been claimed by {{ rights_holder_name }}.
- {% else %} - {% if claimstatus == 'disputed' %} -Rights claims are pending.
- {% else %} - {% if claimstatus == 'one_pending' %} -A claim for this work by {{ rights_holder_name }} is pending.
- {% else %} - {% if request.user.rights_holder.all.count %} - Is this work yours? Claim it:- -
- {% else %} - Are you the author or publisher of this work? If so, you can claim it as yours by registering as an Unglue.it rights holder. - {% endif %} - {% endif %} - {% endif %} - {% endif %} - {% endif %} - {% if work.is_free %} -
Downloads
--
- {% for ebook in work.ebooks.all %}
-
- {{ ebook.download_count }} - {{ ebook.format }} {% if ebook.version_label %} ({{ ebook.version_label }}) {% endif %}({{ ebook.rights }}) at {{ ebook.provider }}. - {% endfor %} -
Related Works
- - - {% endif %} -Keywords
- {% if work.subjects.all.count > 0 %} --
- {% for subject in work.subjects.all %}
-
- {{ subject.name }} - {% if user.is_staff or user in work.last_campaign.managers.all %} - - {% endfor %} - - {% endif %} -
Editions
- {% if alert %} -{{ alert }}
+ {% if work.last_campaign.publisher %} + {{ work.last_campaign.publisher }} + {% endif %} + {{ work.publication_date }} + + +
+Comments
+ {% render_comment_list for work %} + {% if user.is_authenticated %} + {% render_comment_form for work %} + {% else %} +You must be logged in to comment.
+ {% endif %} +