{% extends "layouts/main.html" %} {% block title %}Access denied — {% if brand is defined %}{{ brand.app_name }}{% else %}pyvelm{% endif %}{% endblock %} {% block page_title %}Access denied{% endblock %} {# Clean, centered error — skip the breadcrumb / heading strip. #} {% block page_heading_region %}{% endblock %} {% block content %}
You don't have permission to view this page or perform this action. If you think this is a mistake, contact your administrator.
{{ detail }}
{% endif %}