{% extends "kiosk_base.html" %} {% from "_partials/brand_glyph.html" import brand_glyph %} {% block title %}Self-Checkout — {{ library_name() }}{% endblock %} {% block content %}
Please scan or enter your library card number to begin.
{% if error %}{% endif %} {% include "_partials/scanner_dialog.html" %} {% endblock %} {% block scripts %} {% include "_partials/scanner_scripts.html" %} {% endblock %}