{% load i18n %} {% extends 'base.html' %} {% block title %}Server error{% endblock %} {% block content %} {% trans 'There was an error while handling your request.' %} {% endblock %}