{% extends "base.html" %} {% load i18n %} {% load static %} {% block breadcrumbs %}
  • {% trans "Permission Denied" %}
  • {% endblock %} {% block content %}

    {% trans "Permission Denied" %}

    {% trans "Insufficient privileges to display this page." %}

    {% if not user.is_authenticated %} {% trans "Sign in" %} {% endif %} {% trans "Dashboard" %} {% trans "Browse all projects" %}
    {% endblock %}