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

    {% trans "You don't have privileges to display this page." %}

    {% if acl_projects %}

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

    {% endif %} {% endblock %}