{% block status_code %}{{ status_code }}{% endblock %}

{% block status_text %}{{ status_text }}{% endblock %}

{% block status_comment %} Consider yourself lucky. You found some rare error code.
You should maybe inform your administrator about it... {% endblock %}

{% block further_actions %}

You can try to Go Back or Visit the homepage.

{% endblock %} {% block admin_contact %}

If this error persists, please contact your {% if error_page_admin_email is not empty %} administrator. {% else %} administrator. {% endif %}

{% endblock %} {% if error_page_show_help %}
Infos for Admin: {% block admin_info %} You could try to do following things, if this error is unexpected: {% endblock %}

If you think that this is an error in Part-DB, open an Issue on GitHub.

You can disable these hints in config/parameters.yaml by setting partdb.error_pages.show_help to false.

{% endif %}