{% capture append = "oxidBlock_content" %}

{{ translate({ ident: "ERROR" }) }}

{% if sUrl %} {% set sModifiedUrl = sUrl|escape %} {% set sModifiedUrl = "'"|cat(sModifiedUrl)|cat("'") %} {{ translate({ ident: "ERROR_404", args: sModifiedUrl }) }} {% else %} {{ translate({ ident: "ERROR_404" }) }} {% endif %}

{{ translate({ ident: "DD_ERR_404_START_TEXT" }) }}
{{ translate({ ident: "DD_ERR_404_START_BUTTON" }) }}

{{ translate({ ident: "DD_ERR_404_CONTACT_TEXT" }) }}
{{ translate({ ident: "DD_ERR_404_CONTACT_BUTTON" }) }}

{% endcapture %} {% include "layout/page.html.twig" with {blHideBreadcrumb: true} %}