{% extends "base.html" %} {% load i18n %} {% load inventree_extras %} {% block page_title %} {% inventree_title %} | {% trans "Configuration Error" %} {% endblock page_title %} {% block content %}

{% trans "Configuration Error" %}

{% blocktrans %}The {{ inventree_title }} server raised a configuration error{% endblocktrans %}

{{ error_message }}

{% endblock content %}