{% extends "errors/base.html" %} {% load i18n %} {% block title %}{% trans "Database Error" %} | {{ block.super }}{% endblock %} {% block content %}

{õ_õ}

{% trans 'Database Error' %}

{% blocktrans trimmed %} Pootle can't connect to the database, the database is not initialized yet, or a schema upgrade is needed before continuing. {% endblocktrans %}

{% blocktrans with url="http://docs.translatehouse.org/projects/pootle/en/latest/server/index.html" trimmed %} Please read the Pootle documentation for installation and upgrade instructions. Contact the server administrator if you feel this is a mistake. {% endblocktrans %}

{% trans "The reported error was:" %} {{ exception }}

{% endblock %}