{% extends "errors/error_base.htm" %} {% load i18n %} {% load static %} {% block body %}

{% trans "Oops!" %}

{% trans "Bad Request" %}

{% trans "Something went wrong and we couldn't process your request." %}"

{% endblock body %}