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

{% trans "Sorry" %}

{% trans "An internal error occured." %}

{% endblock %}