{% extends "base.html" %}
{% load tags %}
{% load i18n %}
{% block content %}
<h1>{% trans "Server Error" %}</h1>
{% endblock %}