{% extends "base.html" %} {% load endless %} {% load lang_utils %} {% block title %} Active Campaigns {% endblock %} {% block extra_css %} {% endblock %} {% block extra_head %} {% endblock %} {% block topsection %}
{{ facet|capfirst }}
With your help we're raising money to buy the rights to give these {% if pub_lang %}{{pub_lang|ez_lang_name}} language {% endif %}books to the world.
{% endblock %} {% block content %}
{% include "explore.html" %}
{% ifequal campaign_list.count 0 %} There aren't any {{ pub_lang|ez_lang_name }} ungluing campaigns active yet. 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 %}
{% endblock %}