{% extends "base.html" %} {% block title %}{{ t('Unauthorized') }} - {{ t('Your Business Name') }}{% endblock %} {% block content %}

401

{{ t('Unauthorized') }}

{{ t('You are not authorized to view this page. Please log in or contact support if you believe this is an error.') }}

{{ t('Go to Homepage') }}
{% endblock %}