{% extends app_base_template %} {% load i18n %} {% block content %}
{% blocktrans %}Something went wrong with your request. This could be due to a bug in the application and/or the data you supplied.{% endblocktrans %}
{% if request.sentry.id %}{% blocktrans %}This error has been automatically reported to our development team. If you {% endblocktrans %}{% trans "get in touch" %}, {% blocktrans %}please reference this error as {% endblocktrans %}{{ request.sentry.id }}.
{% endif %}