{% extends "base.html" %} {% block title %}Error 401{% endblock %} {% block content_title %}You are not authorized to access this functionality!{% endblock %} {% block content_description %}You have insufficient permissions to access this functionality!{% endblock %} {% block content %}
{% endblock %}