{% extends "base.html" %} {% load i18n %} {% block page_title %} InvenTree | {% trans "Internal Server Error" %} {% endblock %} {% block content %}

{% trans "Internal Server Error" %}

{% trans "The InvenTree server raised an internal error" %}
{% trans "Refer to the error log in the admin interface for further details" %}
{% endblock %}