{% extends 'base/login_base.html.twig' %} {% block title %}{% trans %}Erreur 404{% endtrans %}{% endblock %} {% block body %}
4 0 4
{% if app.request.locale == "en" %}

This page cannot be found!

It is possible that the page you're looking for has been deleted or was never created.

{% else %}

Cette page est introuvable !

La page que vous recherchez peut avoir été supprimée ou n’avoir jamais existé.

{% endif %}
{% endblock %}