{% extends 'layout.html' %} {% load i18n %} {% block title %}{% trans "Oops!" %}{% endblock %} {% block content %}

{% trans "Server Error" %}

{% trans "Something went wrong! Sorry about that." %}

{% endblock %}