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