{% if title %}
{{ title }}
{% else %}
Scan2Kasse
{% endif %}
Scan2Kasse
Home
Übersicht
Updates
Reports
Dashboard
Overview
Weekly
Monthly
Annually
Account
New...
Profile
Settings
Sign out
{% with messages = get_flashed_messages() %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}
{% block content %}{% endblock %}