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

    {% trans "Insufficient privileges to display this page." %} {% if not user.is_authenticated %} {% trans "Log in" %} {% endif %}

    {% if acl_projects %}

    {% trans "However, the following translation projects are available on this server:" %}

    {% endif %} {% endblock %}