{% extends "http5xx.html" %} {% load i18n %} {% block code %}500{% endblock %} {% block page_title %}{% trans "Server Error" %}{% endblock %} {% block content %}

{% trans "An unexpected error has occurred." %}

{% trans "We've sent an email to our technical team and we will do our best to fix the problem." %}

{% endblock %}