{% extends "notification/notice_template.html" %} {% block comments_book %} {% endblock %} {% block comments_graphical %} {% ifequal user recipient %} Your request to join {{ library }} has been accepted. Welcome! {% else %} {{ user.username }}'s request to join {{ library }} has been accepted. {% endifequal %} {% endblock %} {% block comments_textual %} {% ifequal user recipient %}
{{ library }} is participating in Unglue.it. That means you can borrow Unglue.it ebooks owned by {{ library }} (when available). Here's a list of the ebooks available to {{ library }} members.
When you buy an ebook through unglue.it, you'll be offered the option to by a library license in stead of an individual license. That means that {{ library }} will own the ebook, but you'll be the first in line to borrow it. After two weeks, the book will be available to other members of {{ library }}.
eBooks available for purchase through Unglue.it will eventually be free to the whole world, for free. Every purchase of a book through Unglue.it brings the "ungluing date" of that book closer to the present. We hope you'll join us in our effort to make these books free.
{{ library }} and the Unglue.it team
{% else %}You can manage your users on this page.
{% endifequal %} {% endblock %}