{% if not user %}
{% if input('recovery') == 'true' %} {% else %} {% endif %}
{% else %}
{% if not user.is_activated %}

{{ 'pixel.shop::component.user.is_activated'|trans }}

{{ 'pixel.shop::component.user.is_activated_comment'|trans }}

{% endif %}
{% for tab in __SELF__.tabs %}

{{ tab.title|trans }}


{{ tab.content|raw }}
{% endfor %}
{% endif %}