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