{% extends "layouts/error_mobile.twig" %} {% block title %}404{% endblock %} {% block illustration %} {{ translations.not_found ?? 'Not found' }} {% endblock %} {% block error_title %} {{ translations.not_found ?? 'Not found' }} {% endblock %} {% block error_subtitle %} {{ translations.not_found_subtitle ?? 'The page you’re looking for doesn’t exist or has been moved.' }} {% endblock %} {% block footer %}
{{ translations.error_code ?? 'Error code' }}: 404
{% endblock %}