{# SPDX-License-Identifier: CC0-1.0 Proxy info page with information about page with JS blocked after an error. This file is part of Hydrilla&Haketilo. Copyright (C) 2022 Wojtek Kosior #} {% extends "info_base.html.jinja" %} {% block site_policy %} {{ _('info.js_error_blocked.html')|safe }} {% endblock %} {% block main_rest %} {% if settings.advanced_user %} {{ label(_('info.js_error_blocked.stacktrace')) }} {{ verbatim(traceback) }} {% endif %} {% endblock %}