{% extends app_base_template %} {% load i18n %} {% block content %}

{% trans 'Internal Server Error' %}

{% 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 %}
{% endblock %} {% block extrapiwik %} {% if piwik.dimension_map.page_type %} _paq.push(['setCustomDimension', {{piwik.dimension_map.page_type}}, '500 error']); {% endif %} {% endblock %}