{% extends "base.html" %} {% load truncatechars %} {% block title %}— Support Free eBooks{% endblock %} {% block extra_css %} {% endblock %} {% block extra_js %} {% endblock %} {% block topsection %} {% include "learn_more.html" %} {% endblock %} {% block content %}
{% if top_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 %}
{% 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 %}
{% 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 %}
{% 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 %}

Start Ungluing Now!

{% csrf_token %}
{% endif %}

News

De Gruyter to work with Unglue.it: Wish for your favorites!

Latest Ungluing

One of the more innovative concepts that has grown out of digital publishing...
{% endblock %}