{% extends "base.html" %} {% load i18n baseurl %} {% block title %}{% trans "Server Error" %} | {{ block.super }}{% endblock %} {% block breadcrumbs %} {{ block.super }}
  • {% trans "Server Error" %}
  • {% endblock %} {% block content %}

    {% trans 'Server Error' %}

    {% trans "An error has occurred. Thank you for your patience." %}

    {% if fserror %}

    {{ fserror }}

    {% else %}

    {{ exception }}

    {% endif %} {% if request.sentry.id %}

    {% blocktrans with ref=request.sentry.id %}If you need assistance, you may refer to this error as {{ ref }}.{% endblocktrans %}

    {% endif %}
    {% endblock %}