{% extends "base.html" %} {% block content %}
{% include "_upload_form.html" %}

Kitchen Pass

Order Slip

{% if filename %} {{ filename }} {% endif %}
{% if message %}

{{ message }}

{% else %}

The scanner left the counter with ticket {{ returncode }}.

{% endif %} {% if output %}
{{ output }}
{% else %}
No menu code found.
{% endif %} {% if error %}
{{ error }}
{% endif %}
{% endblock %}