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

{% trans "The page you are looking for was not found." %}

{% if projects %}

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

{% endif %} {% endblock %}