{% extends "base.html" %} {% load endless %} {% load lang_utils %} {% block title %} Creative Commons {{license}} Books {% if pub_lang %} in {{pub_lang|ez_lang_name}}{% endif %}{% endblock %} {% block extra_css %} {% endblock %} {% block extra_head %} {% endblock %} {% block topsection %}
#1

Ready to Read

These {% if pub_lang %}{{ pub_lang|ez_lang_name }} language {% endif %}{% if cc.is_cc %}Creative Commons{% endif %} {% if license %}{{ license }}{% endif %} {%if cc.is_pd %}ebooks are ready to read - they belong to all of us!{% else %}licensed ebooks are ready to read - the people who created them want you to read and share them.{% endif %}

{% if license %}

badge for {{license}} {{cc.description}}

{% endif %}
{% 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 }} {% if cc.is_cc %}Creative Commons{% endif %} {{ license }} works in this list. Why don't you add some? Use the "More" tab on a work, there are links there for adding ebooks. {% 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...

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