{% extends "base.html" %} {% load endless %} {% load lang_utils %} {% with request.user.wishlist.works.all as wishlist %} {% with work_list.count as works_count %} {% block title %} Ready-to-Read Works {% if pub_lang %} in {{pub_lang|ez_lang_name}}{% endif %}{% endblock %} {% block extra_css %} {% endblock %} {% block extra_head %} {% endblock %} {% block topsection %}
{{ activetab }}
{% if facet %}{{ facet|capfirst }}{% else %}Ready to Read{% endif %}
These {% if pub_lang %}{{ pub_lang|ez_lang_name }} language {% endif %}ebooks are ready to read - either they're in the public domain, or they've been unglued by people like you.
{% endblock %} {% block content %}
{% include "explore.html" %}
{% ifequal works_count 0 %} There aren't any {{ pub_lang|ez_lang_name }} 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 %} {% endwith %} {% endwith %}