{% extends "base.html" %} {% load i18n %} {% block content %}

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

{% if projects %}

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

{% endif %} {% endblock %}