{% set products = __SELF__.userProducts %} {% set categories = __SELF__.userCategories %} {% set userProfile = __SELF__.userProfile %} {% set params = __SELF__.params %} {% set sliders = __SELF__.sliders %} {% set chatroom = __SELF__.chatroom %} {% set result = __SELF__.result %} {% set authUser = __SELF__.authUser %} {% for product in products %} {% endfor %}
{% if userProfile.web1 == "variant1" %} {% partial "profile/style1" user=user userProfile=userProfile products=products categories=categories %} {% elseif userProfile.web1 == "variant2" %} {% partial "profile/style2" user=user userProfile=userProfile products=products categories=categories %} {% else %} {% partial "profile/style1" user=user userProfile=userProfile products=products categories=categories %} {% endif %} {% if (user and chatroom) %} {% else %} {% if not user %} {% else %} Hello guys {% endif %} {% endif %} {% put scripts %} {% endput %}