{% extends "adminlte_full/base.html" %} {% block page_title %}{{ status_message|default:'Internal Server Error' }}{% endblock page_title %} {% block page_content %}

{{ status_code|default:500 }}

Oops! {{ status_message|default:'Something went wrong.' }}

{{ details|default:'We will work on fixing that right away.'|safe }}

{% if config.ADMINLTE_SEARCH_ENABLED %}
{% endif %}
{% endblock page_content %}