[viewBag] == {% partial "profile/parallax" userProfile=userProfile %}
{{ 'profileKategoriyalarHemmesi'|_ }} {% for category in categories %} {{ category.name }} {% endfor %}
{% partial "profile/modal" userProfile=userProfile %}
{{currentC}}
{% for product in products %}
{% if user %}
{% else %}
{% endif %}

{{ product.name }}
{% if product.vendor.web2 > 0 %} {{ product.price }} TMT {{ product.getDiscountedPrice(product.vendor.web2) }} TMT {% else %} {{ product.price }} TMT {% endif %}
{{ product.stock == 0 ? 'productAdd.ZakazaGelyar'|_ : 'productAdd.ElimizdeBar'|_ }}
{% endfor %}
{% if products.hasPages %}
{% endif %}
{{userProfile.description|raw}}