{% extends "base.html" %} {% block title %} » Insufficient Permissions {% endblock %} {% block nav %} Insufficient Permissions {% endblock %} {% block content %}

Insufficient Permissions

{% set msg = properties.forbidden_message %}

{% if msg %}{{msg}}{% else %}Insufficient Permissions{% endif %}

{% endblock %}