{% extends 'base.html' %} {% load helpers %} {% block title %}Server Error{% endblock %} {% block content %}
Server Error
{% block message %}

There was a problem with your request. Please contact an administrator.

{% endblock %}

The complete exception is provided below:

{{ exception }}
{{ error }} Python version: {{ python_version }} Nautobot version: {{ nautobot_version }}
{% support_message %}
{% endblock %}