{% extends "base.html" %} {% block home_navlink_class %}{{ block.super }} active{% endblock %} {% block content %}

Home

Browse the parts of the system you have access to here:

Browse OPAC

Search for books, view your account, and place holds.

{% if user.is_staff %}

Librarian Panel

Loan out books, manage patrons, and move copies.

{% endif %} {% if user.is_superuser %}

Admin Panel

Manage users, view logs, and configure the system.

{% endif %}
{% endblock %}