{% set template_title = "MESSAGE_WELCOME_REGISTERED_USER"|translate %} {% capture append = "oxidBlock_title" %}

{{ template_title }}

{% endcapture %} {% capture append = "oxidBlock_content" %}
{{ translate({ ident: "MESSAGE_ACCOUNT_REGISTRATION_CONFIRMED" }) }}
{{ insert_tracker({title: template_title}) }} {% endcapture %} {% include "layout/page.html.twig" with {sidebar: "left"} %}