{% extends "base.html" %} {% block content %}
We are partnering with LOCKSS to safeguard unglued ebooks. The LOCKSS Program (Lots of Copies Keep Stuff Safe) is an open source, cooperative, distributed system for preserving and providing access to digital content. For more information, see the LOCKSS web site.
{% if ebooks %} {% for ebook in ebooks %}
{{ work.title }}
{% if authors|length = 1 %} {{ authors.0 }} {% else %} {% if authors|length = 2 %} {{ authors.0 }} and {{ authors.1 }} {% else % } {% for author in authors %} {% if forloop.last %} and {{ author }}{% else %}{{ author }}, {% endif %} {% endfor %} {% endif %} {% endif %}

Creative Commons License
This work is licensed under a {{ work.last_campaign.license }} License.

Download.

{% endfor %} {% else %} When an unglued ebook for {{ work.title }} is available, the LOCKSS harvester will be able to download it here. {% endif %}
{% endblock %}