{% extends "kiosk_base.html" %} {% from "_partials/brand_glyph.html" import brand_glyph %} {% block title %}Self-Checkout — {{ library_name() }}{% endblock %} {% block content %}
{{ brand_glyph('6rem', label=library_name() ~ ' logo') }}

Self-Checkout

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 %}