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

{% trans "Elasticsearch error" %}

{% blocktrans with exception_type=exception_type %} Exception type: {{ exception_type }} {% endblocktrans %}

{% trans "Sorry! The page that you are trying to view is not available." %}

{% trans "Please contact an administrator." %}

{% endblock %}