{% extends "common/error.html" %} {% comment %} SPDX-FileCopyrightText: 2017-present Tobias Kunze SPDX-License-Identifier: AGPL-3.0-only WITH LicenseRef-Pretalx-AGPL-3.0-Terms This file contains Apache-2.0 licensed contributions copyrighted by the following contributors: SPDX-FileContributor: Raphael Michel {% endcomment %} {% load i18n %} {% load static %} {% block error_image %} {% translate 'Internal server error.' %} {% endblock error_image %} {% block error_message %}{% translate "We have encountered an error." %}{% endblock error_message %} {% block error_code %}500{% endblock error_code %}