{% set comments = __SELF__.comments %}
{{ 'profileDropdown.Kammentarialar'|_ }}
{% if comments.count() == 0 %}
Gurluşyk, Gurluşyk platform, bezeg gurluşyk, gipsler merkezi

{{ 'profile.SuwagtlykcaTeswirYok'|_ }}

{% else %}
{% partial "user/menu" %}
{% for comment in comments %} {% endfor %}
{{ 'product.Surat'|_ }} {{ 'product.HarytAdy'|_ }} {{ 'product.Kammentaria'|_ }}
Product {{ comment.product.name }} {{ comment.comment }} | {{ 'product.HarydyGormek'|_ }}
{% if comments.hasPages %}
{% endif %}
{% endif %}