{% extends 'base.html' %} {% load i18n %} {% block content %}

{% trans 'Sorry, something went wrong' %}

{% trans 'There was a problem with your request.' %}

{% trans 'Return to the home page' %}

{% endblock content %}