{% extends "librarian/base.html" %} {% load django_tables2 %} {% block title %}Barcode Queue{% endblock %} {% block navbar_items %} {{ block.super }} {% endblock %} {% block content %}
Barcode Queue
{% render_table qtable %}
Actions
Print All Barcodes
{% csrf_token %}
{% endblock %}