{% capture append = "oxidBlock_content" %} {% set template_title = "" %} {% if not oView.getLoginOption() and not oxcmp_user %}
{% block checkout_user_main %} {% include "page/checkout/inc/options.html.twig" %} {% endblock %}
{% include "page/checkout/inc/summary_sidebar.html.twig" %}
{% else %}
{% block checkout_user_noregistration %} {% if oView.getLoginOption() == 1 %}

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

{% include "form/user_checkout_noregistration.html.twig" %}
{% endif %} {% endblock %} {% block checkout_user_registration %} {% if oView.getLoginOption() == 3 %}

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

{% include "form/user_checkout_registration.html.twig" %}
{% endif %} {% endblock %} {% block checkout_user_change %} {% if oxcmp_user %}

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

{% include "form/user_checkout_change.html.twig" %}
{% endif %} {% endblock %}
{{ translate({ ident: "BACK" }) }}
{% include "page/checkout/inc/summary_sidebar.html.twig" %}
{% endif %} {{ insert_tracker({title: template_title}) }} {% endcapture %} {% include "layout/page.html.twig" with {active_step: 1}%}