{% extends "opac/base.html" %} {% load django_tables2 %} {% block content %}

OPAC

OPAC is a web-based library catalog system, providing a simple way for library users to search and browse the library's collection of books and other materials.

All Books

{% render_table book_table %}
{% endblock %}