{% extends 'email_change/base.html' %} {% block extra_extra_head %} {{ block.super }} {% endblock %} {% block title %}Change your librarian preferences{% endblock %} {% block ce_content %} {% if messages %} {% endif %}

Librarian Tools

If you enable Librarian tools, you'll find links to download MARC record(s) at the bottom of many Unglue.it pages. {% if request.user.is_authenticated %}
{% csrf_token %}
{% if request.user.libpref %}

You have enabled librarian tools.

{{ form }} {% else %}

You have not enabled librarian tools. {{ form }}
{% endif %}

Back to record download page

{% endif %} {% endblock %}