{% capture append = "oxidBlock_content" %} {% set template_title = "NEWSLETTER_SETTINGS"|translate %} {% if oView.getSubscriptionStatus() != 0 %} {% if oView.getSubscriptionStatus() == 1 %}
{{ translate({ ident: "MESSAGE_NEWSLETTER_SUBSCRIPTION_SUCCESS" }) }}
{% else %}
{{ translate({ ident: "MESSAGE_NEWSLETTER_SUBSCRIPTION_CANCELED" }) }}
{% endif %} {% endif %}
{% include "page/account/inc/account_menu.html.twig" with {active_link: "newsletter"} %}
{% include "form/account_newsletter.html.twig" %}
{{ insert_tracker({title: template_title}) }} {% endcapture %} {% include "layout/page.html.twig" %}