{% load i18n %} {% load static %} {% trans "Server Error" %}
{% trans "Server Error" %}
{% block message %}

{% trans "There was a problem with your request. Please contact an administrator" %}.

{% endblock %}

{% trans "The complete exception is provided below" %}:

{{ exception }}
{{ error }} {% trans "Python version" %}: {{ python_version }} {% trans "NetBox version" %}: {{ netbox_version }} {% trans "Plugins" %}: {% for plugin, version in plugins.items %} {{ plugin }}: {{ version }}{% empty %}{% trans "None installed" %}{% endfor %}

{% trans "If further assistance is required, please post to the" %} {% trans "NetBox discussion forum" %} {% trans "on GitHub" %}.