{% extends "librarian/base.html" %} {% load static %} {% block title %}Librarian Dashboard{% endblock %} {% block home_librarian_navlink_class %}{{ block.super }} active{% endblock %} {% block content %}

View Patron


View Book


View Copy

Loan Out

Loan copies to users in bulk.

Add Book

Add a new book to the library.

Bulk Shelf Transfer

Transfer books to shelves in bulk.

Add Author

Add a new author to the library.

Add Publisher

Add a new publisher to the library.

Location Manager

Add and edit locations, sections, and shelves.

Bulk Return

Return copies in bulk.

{% endblock %} {% block page_scripts %} {{ block.super }} {% endblock %}