{% extends 'base.html.twig' %} {% block title %}{{ 'Page not found'|trans }}{% endblock %} {% block body %}


{{'Page not found'|trans}}

{% trans with {'%DASHBOARD_URL%': path('dashboard')} %} The requested page couldn't be located. Checkout for any URL misspelling or return to the dashboard. {% endtrans %}
{% endblock %}