{% block extra_head %}{% endblock %}
QR Manager
Dashboard
Create QR
{% if session.role == 'admin' %}
Users
Reports
{% endif %}
Profile
Logout
{% block page_title %}Dashboard{% endblock %}
{{ session.full_name or 'User' }}
{{ session.role|title }}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}
{% block content %}{% endblock %}
{% block extra_scripts %}{% endblock %}