{% 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." %}
{% if request.sentry.id %}{% trans 'If you need assistance, you may reference this error via the following identifier:' %}
{{ request.sentry.id }}
{% endif %}