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

{{ template_title }}

{% endcapture %} {% capture append = "oxidBlock_pageBody" %} {% if oView.isEnabledPrivateSales() %} {{ include_widget({ cl: "oxwCookieNote", _parent: oView.getClassKey(), nocookie: 1 }) }} {% endif %} {% endcapture %} {% capture append = "oxidBlock_content" %} {% if oView.isActive("PsLogin") %} {% include "message/errors.html.twig" %} {% endif %} {% include "form/register.html.twig" %} {{ insert_tracker({title: template_title}) }} {% endcapture %} {% if oView.isActive("PsLogin") %} {% include "layout/popup.html.twig" %} {% else %} {% include "layout/page.html.twig" with {sidebar: "right", blHideBreadcrumb: true} %} {% endif %}