{% extends "base.html" %} {% load i18n %} {% block headtitle %} {% trans 'Internal Server Error' %} (500) {% endblock headtitle %} {% block content %} {% trans "I'm sorry, an error has occurred with the application." %} {% endblock %}