{% extends "base.html" %} {% load endless %} {% block title %} Works {% endblock %} {% block extra_css %} {% endblock %} {% block extra_head %} {% endblock %} {% block topsection %}
{{ facet|capfirst }}
With your help we're raising money to buy the right to give these books to the world.
{% endblock %} {% block content %}
{% include "explore.html" %}
Enjoy {{ counts.unglued }} Ungluing {{ counts.unglueing }} Wishing for {{ counts.wished }}
  • View As:
  • view list
  • view icon
{% ifequal work_list.count 0 %} There aren't any works in this list. Why don't you add some? {% else %} {% paginate 20 work_list %} {% for work in work_list %}
{% with work.last_campaign_status as status %} {% with work.last_campaign.deadline as deadline %} {% with work.editions.all.0.googlebooks_id as googlebooks_id %} {% include "book_panel.html" %} {% endwith %}{% endwith %}{% endwith %}
{% endfor %}
{% endifequal %}
{% endblock %}