{% extends 'layouts/demo-base.html' %} {% block pageTitle %}{{ errorTitle|default('Access Error') }} - BuyerKiosk Demo{% endblock %} {% block content %}
{% if errorType == 'expired' %} {% elseif errorType == 'invalid' %} {% elseif errorType == 'used' %} {% else %} {% endif %}

{{ errorTitle|default('Something Went Wrong') }}

{{ errorMessage|default('We encountered an issue with your demo access.') }}

{% if errorType == 'expired' %}

Magic links expire after 5 minutes for security. Request a new one below.

{% elseif errorType == 'used' %}

This link has already been used. If you have an active session, continue to the demo.

{% endif %}
Request New Access {% if errorType == 'used' %} Continue to Demo {% endif %}

Need help? Contact support@buyerkiosk.com

{% endblock %} {% block styles %} {% endblock %}