{% extends "common/error.html" %} {% load i18n %} {% load static %} {% block error_image %}{% trans {% endblock %} {% block error_message %}

{% trans "We have encountered an error." %}

{% blocktrans with link='https://github.com/pretalx/pretalx/issues/new?template=bug_report.md&title=Error+on+'|add:request_path trimmed %} Please help us to fix this by submitting a bug report! {% endblocktrans %}

{% endblock %} {% block error_code %}500{% endblock %}