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

{% trans "Server Error" %}

{% blocktrans %}Somewhere, somehow something went wrong and we weren't able to handle your request.{% endblocktrans %}

{% blocktrans %}An administrator was notified of the occurrence and will try fix the problem. Please try again later.{% endblocktrans %}

{% endblock content %}