{% extends 'base.html' %} {% load libraryauthtags %} {% block title %} Libraries {% endblock %} {% block extra_css %} {% endblock %} {% block extra_head %} {% endblock %} {% block topsection %}
Unglue.it Libraries
These libraries are participating in Unglue.it. If one of these is your library, you should be able to join, borrow and donate books. If your library is not on this list, contact your librarian and have them check out our libraries FAQ.
{% endblock %} {% block content %} {% librarylist %}
{% include "explore.html" %}
{% for library in libraries %}
{{ library }} {{ library.user.tagline }}
{% if library.group in request.user.groups.all %}joined{% else %} {% endif %}
{{ library.library_users.count }} Unglue.it users
{{ library.user.acqs.count }} Unglue.it holdings
{{ library.user.wishlist.works.count }} books on list
{% empty %} No libraries yet. {% endfor %}
{% endblock %}