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

{{ template_title }}

{% endcapture %} {% capture append = "oxidBlock_content" %}
{% if oView.getRegistrationStatus() == 1 %} {{ translate({ ident: "MESSAGE_CONFIRMING_REGISTRATION" }) }} {% elseif oView.getRegistrationStatus() == 2 %} {{ translate({ ident: "MESSAGE_SENT_CONFIRMATION_EMAIL" }) }} {% endif %} {% if oView.getRegistrationError() == 4 %}
{{ translate({ ident: "MESSAGE_NOT_ABLE_TO_SEND_EMAIL" }) }}
{% endif %}
{{ insert_tracker({title: template_title}) }} {% endcapture %} {% if oView.isActive("PsLogin") %} {% include "layout/popup.html.twig" %} {% else %} {% include "layout/page.html.twig" %} {% endif %}