{% extends "base.html" %} {% load endless %} {% load lang_utils %} {% block title %} {{ facet_label }} Campaigns {% endblock %} {% block extra_css %} {% endblock %} {% block extra_head %} {% endblock %} {% block topsection %}
{{ facet_label }} Campaigns
{% ifequal facet "unglued" %} The support of ungluers like you helped make these {% if pub_lang %}{{pub_lang|ez_lang_name}} language {% endif %}books free to the world. {% else %}{% ifequal facet "t4u" %} Thank the creators for making these {% if pub_lang %}{{pub_lang|ez_lang_name}} language {% endif %}books free to the world. {% else %}{% ifequal facet "b2u" %} By purchasing copies of these {% if pub_lang %}{{pub_lang|ez_lang_name}} language {% endif %}books, ungluers like you are helping to make them free to the world. {% else %} With your help we're raising money to make these {% if pub_lang %}{{pub_lang|ez_lang_name}} language {% endif %}books free to the world. {% endifequal %}{% endifequal %}{% endifequal %}
{% endblock %} {% block content %}
{% include "explore.html" %}
  • View As:
  • view list
  • view icon
{% ifequal campaign_list.count 0 %} There aren't any {{ facet_label }}{{ pub_lang|ez_lang_name }} ungluing campaigns right now. If you're an author, publisher, or other rights holder, you can start one. {% else %} {% lazy_paginate 20 campaign_list using "campaign_list" %} {% for campaign in campaign_list %}
{% with campaign.work.googlebooks_id as googlebooks_id %} {% with campaign.work as work %} {% include "book_panel.html" %} {% endwith %}{% endwith %}
{% endfor %} {% endifequal %}
{% if request.user.libpref %}

for libraries...

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