{% extends "basedocumentation.html" %} {% block title %}Ungluers supporting the {{ campaign }}{% endblock %} {% block extra_extra_head %} {% endblock %} {% block doccontent %}

This is an unglued ebook

{% with campaign.ungluer_transactions as transactions %}

Unglued ebooks are made possible through the Unglue.it website by contributions from {{ transactions.all|length }} readers like you.

{% if transactions.supporters %}

Supporters of this edition: {% for transaction in transactions.supporters %} {% if forloop.last %}{% if transactions.supporters|length > 1 %}and {% endif %}{% endif %}{{ transaction.ack_name }}{% if forloop.last %}. {% else %}, {% endif %} {% endfor %}

{% endif %} {% if transactions.patrons %}

Benefactors of this edition: {% for transaction in transactions.patrons %} {% if forloop.last %}{% if transactions.patrons|length > 1 %}and {% endif %}{% endif %}{% if transaction.ack_link %}{{ transaction.ack_name }}{% else %}{{ transaction.ack_name }}{% endif %}{% if forloop.last %}. {% else %}, {% endif %} {% endfor %}

{% endif %} {% if transactions.bibliophiles %}

Bibliophiles of this edition:

{% for transaction in transactions.bibliophiles %}
{% if transaction.ack_link %}{{ transaction.ack_name }}{% else %}{{ transaction.ack_name }}{% endif %}
{{ transaction.ack_dedication }}
{% endfor %}

{% endif %} {% endwith %}

You can say thank you by supporting the ungluing of more books at https://unglue.it/ .

{% endblock %}