{% extends "base.html" %} {% load i18n %} {% block breadcrumbs %}
  • {% trans "Page Not Found" %}
  • {% endblock %} {% block content %}

    {% trans "The page you are looking for was not found." %} {% if not user.is_authenticated %} {% trans "Log in" %} {% endif %}

    {% trans "The project you are looking for does not exist or is not publicly available." %}

    {% if acl_projects %}

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

    {% endif %} {% endblock %}