{% extends "base.html" %} {% block title %}QR Code Not Found - QR Code Management{% endblock %} {% block content %}

QR Code Not Found

The QR code you're looking for doesn't exist or has been deactivated.

Please check with the person who provided this QR code.

{% if session.user_id %} Go to Dashboard {% else %} Login {% endif %}
{% endblock %}