{% extends "base.html" %} {% load i18n static %} {% block title %}Error{% endblock %} {% block content %}
{% trans 'Sorry, something went wrong.' %} {% block error_description %}{% endblock %}