{% extends 'base.html' %} {% load el_pagination_tags %} {% load lang_utils %} {% load sass_tags %} {% block title %} Browse Free Books {% endblock %} {% block extra_css %} {% endblock %} {% block extra_head %} {% endblock %} {% block topsection %}
#1
{% endblock %} {% block content %}
{% include "refine.html" %} {% include "explore.html" %}
{% for facet in vertex.facets %} {% include facet.template %} {% endfor %}
  • 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 %} {% if view_as == 'plain' %} {% include "book_plain.html" %} {% else %} {% with work.googlebooks_id as googlebooks_id %}
{% include "book_panel.html" %}
{% endwith %} {% endif %} {% endfor %} {% endifequal %}
{% if request.user.libpref %}

for libraries...

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