{% extends "admin/base_site.html" %} {% load i18n %} {% comment %}Translators: Translation included with Django {% endcomment %} {% block title %}{% trans 'Server error (500)' %}{% endblock %} {% block content %} {% comment %}Translators: Translation included with Django {% endcomment %}
{% blocktrans %}Oops, something went wrong.
Your administrator can find more information on the error in the log file {{ logfile }}{% endblocktrans %}