{% if top_campaigns %}
Active Campaigns
{% for campaign in top_campaigns %}
{% with campaign.work as work %}
{% with work.googlebooks_id as googlebooks_id %}
{% with "ACTIVE" as status %}
{% with campaign.deadline as deadline %}
{% include "book_panel.html" %}
{% endwith %}{% endwith %}{% endwith %}{% endwith %}
{% endfor %}
{% else %}{% if coming_soon %}
Coming Soon
{% for campaign in coming_soon %}
{% with campaign.work as work %}
{% with work.googlebooks_id as googlebooks_id %}
{% with "INITIALIZED" as status %}
{% include "book_panel.html" %}
{% endwith %}{% endwith %}{% endwith %}
{% endfor %}
{% endif %}{% endif %}
Already Unglued
{% for work in unglued_books %}
{% with work.googlebooks_id as googlebooks_id %}
{% with "ACTIVE" as status %}
{% with work.last_campaign.deadline as deadline %}
{% include "book_panel.html" %}
{% endwith %}{% endwith %}{% endwith %}
{% endfor %}
Most Listed
{% for work in most_wished %}
{% with work.googlebooks_id as googlebooks_id %}
{% with "ACTIVE" as status %}
{% with work.last_campaign.deadline as deadline %}
{% include "book_panel.html" %}
{% endwith %}{% endwith %}{% endwith %}
{% endfor %}
Questions? Read our general FAQ or Author/Publisher FAQ.
{% if not request.user.is_authenticated %}
{% endif %}
Start Ungluing Now!
News
De Gruyter to work with Unglue.it: Wish for your favorites!
Latest Ungluing
-
{% for event in events %}
{% comment %}
events are tuples of date, object, and string representing object type
{% endcomment %}
-
{% with event.1 as object %}
{% ifequal event.2 "pledge" %}
{{ object.user.username }}
{% ifequal object.campaign.type 1 %} pledged to unglue {% endifequal %} {% ifequal object.campaign.type 2 %} bought a copy of {% endifequal %}
{{ object.campaign.work.title }} {% else %}{% ifequal event.2 "comment" %} {{ object.user.username }}
commented on
{{ object.content_object.title }} {% else %}{% ifequal event.2 "wish" %} {{ object.wishlist.user.username }}
added to list
{{ object.work.title }} {% endifequal %}{% endifequal %}{% endifequal %} {% endwith %}
{% endfor %}
As seen on
One of the more innovative concepts that has grown out of digital publishing...