{% extends "kiosk/base.html" %} {% block content %}

{{ _('Scan Barcode or Enter SKU') }}

{{ _('Use a barcode scanner or type the SKU manually') }}

{% if recent_items %}

{{ _('Recent Items') }}

{% for item in recent_items %} {% endfor %}
{% endif %}
{% endblock %} {% block extra_scripts %} {% endblock %}