{% extends "base.html" %} {% load endless %} {% load lang_utils %} {% 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 }}
Ready to Read
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" %}
  • View As:
  • view list
  • view icon
{% ifequal work_list.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.googlebooks_id as googlebooks_id %} {% include "book_panel.html" %} {% endwith %}
{% endfor %} {% endifequal %}
{% if request.user.libpref %}

for libraries...

{% block marcform %}
{% include 'marc_form.html' %}
{% endblock %}
{% endif %}
{% endblock %}