{% extends "basedocumentation.html" %}
{% block title %}Ungluers supporting the {{ campaign }}{% endblock %}
{% block extra_extra_head %}
{% endblock %}
{% block doccontent %}
© {{ campaign.work.preferred_edition.publication_date }} by {{ campaign.work.author }} ISBN: {{ campaign.work.preferred_edition.isbn_13 }} . URI: https://unglue.it/work/{{ campaign.work.id }}/ (this work).
This unglued edition is distributed under the terms of the Creative Commons {{ campaign.license }} license. To view a copy of this license, visit {{ campaign.license_url }}.
The Creative Commons licensing is made possible by the support of readers like you. Become an ungluer at https://unglue.it/ .
Unglued ebooks are made possible through the Unglue.it website by contributions from {{ transactions.all|length }} readers like you.
You can say thank you by supporting the ungluing of more books at https://unglue.it/ .
If you're reading this book on an internet-connected device, you can also share it with your friends:
This is an unglued ebook
{% with campaign.ungluer_transactions as transactions %}
Supporters of this edition:
{% for transaction in transactions.supporters %}
{% endif %}
{% if transactions.patrons %}
Benefactors of this edition:
{% for transaction in transactions.patrons %}
{% endif %}
{% if transactions.bibliophiles %}
Bibliophiles of this edition:
{% for transaction in transactions.bibliophiles %}
{% if not transaction.anonymous %}
{% endif %}
{% endwith %}
{% endfor %}
{% url work campaign.work.id as work_url %}