{% extends "layouts/base-auth-minimal.html" %} {% load static i18n %} {% block title %} 404 Minimal {% endblock %} {% block stylesheets %} {% endblock stylesheets %} {% block content %}

400

{% trans "Bad Request - Something's not right." %}

{% trans "It looks like your request couldn't be processed due to a mistake in the input. Please double-check your information and try again. If the issue persists, feel free to reach out for assistance. Thanks for your patience!" %}

{% endblock content %}