• {{ trans("visiosoft.theme.default::addon.profile") }}
  • {% if entries('advs').isEnabled('carts') %}
  • {{ trans("visiosoft.theme.default::addon.cart") }}({{ cart_items.quantity }})
  • {% endif %} {% if entries('advs').isEnabled('subscriptions') %}
  • {{ trans('visiosoft.module.subscriptions::field.subscriptions.name') }}
  • {% endif %} {% if entries('advs').isEnabled('store') %} {% set stores = entries('store','store').getStore() %} {% for store in stores %}
  • {{ store.name }} {{ trans('visiosoft.module.store::field.store.simple') }}
  • {% endfor %} {% endif %}
  • {{ trans("visiosoft.theme.default::addon.my_ads") }}
  • {% if entries('advs').isEnabled('messages') %}
  • {{ trans("visiosoft.theme.default::addon.my_messages") }}
  • {% endif %}
  • {{ trans("visiosoft.theme.default::addon.logout") }}