{% load i18n %}

{% trans "A database error occurred" %}

{% blocktrans %} There was an error in accessing data from the database. This could be a configuration error, or a problem communicating with the database. If this was previously working, please be sure that your database is running and is not locked. {% endblocktrans %}

{% blocktrans %} The error is as follows: {% endblocktrans %}

    {{error}}