{% extends "base.html" %} {% load i18n %} {% block title %}HTTP 500{% endblock %} {% block page_title %}{% trans ":(" %}{% endblock page_title %} {% block content %}
{% trans "Internal Server Error... Please leave the server alone..." %}
{% endblock content %}