{% extends "djangocopy/base.html" %} {% load i18n %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block title %}{% trans "Server error" %}{% endblock title %} {% block body-class %}error-500{% endblock body-class %} {% block djangocopy-content %}

{% trans "Server error" %}

{% trans "There's been an error. It's been reported to the site administrators via e-mail and should be fixed shortly. Thanks for your patience." %}

{{ block.super }} {% endblock djangocopy-content %}