{% extends "base.html" %} {% load i18n baseurl %} {% block title %}{% trans "Server Error" %} | {{ block.super }}{% endblock %} {% block breadcrumbs %} {{ block.super }}
{% trans "An error has occurred. Thank you for your patience." %}
{{ fserror }}
{{ exception }}
{% blocktrans with ref=request.sentry.id %}If you need assistance, you may refer to this error as {{ ref }}.{% endblocktrans %}