{% extends "base.html" %} {% load endless %} {% block title %} Works {% endblock %} {% block extra_css %} {% endblock %} {% block extra_head %} {% endblock %} {% block topsection %}
{{ activetab }}
{{ facet|capfirst }}
These ebooks are ready to read- either they're in the public domain, or they've been 'unglued' by ungluers like you.
{% endblock %} {% block content %}
{% include "explore.html" %}
Enjoy {{ counts.unglued }}
  • 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 %} {% lazy_paginate 20 work_list using "work_list" %} {% for work in work_list %}
{% with work.last_campaign_status as status %} {% with work.last_campaign.deadline as deadline %} {% with work.googlebooks_id as googlebooks_id %} {% include "book_panel.html" %} {% endwith %}{% endwith %}{% endwith %}
{% endfor %}
{% endifequal %}
{% endblock %}