{% extends "base.html" %} {% load i18n admin_static vdi_tags %} {% block title %} - {% trans "Server error" %}{% endblock %} {% block content %}
{% block text %}

{% trans "An unexpected error has occurred. Try refreshing the page or contact your local administrator." %}

{% endblock %}
{% endblock %}