{% include "explore.html" %}
-
{% if request.GET.pub_lang %}
{% with request.GET.pub_lang as pub_lang %}
- Unglued
- Creative
Commons - Public
Domain
{% endwith %}
{% else %}
- Unglued
- Creative
Commons - Public
Domain
{% endif %}
{% 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 %}
{% get_pages %}
{% for page in pages %}
{{ page.number }}
{% endfor %}
{% endifequal %}
for libraries...
{% block marcform %} {% endblock %}