{% extends "admin/base_site.html" %} {% load i18n %} {% load url from future %} {% block breadcrumbs %}
{% endblock %} {% block title %}{% trans 'Server error (500)' %}{% endblock %} {% block content %}{% trans "There's been an error. Check your request and if the error persist, please contact the system Administrator." %}
{% endblock %}