{% if product.reviewStatus is defined and product.reviewStatus %}

{{ readFunnel(product,1) }}

{{ product.review_title }}

{% if (product['reviews'][product.prevSession]["answers"]["#rate_product#"]["published_at"] is defined and product['reviews'][product.prevSession]["answers"]["#rate_product#"]["published_at"] is not null) %}

{{ showDate(product['reviews'][product.prevSession]["answers"]["#rate_product#"]["published_at"], true) }}

{% else %}

{{ showDate(product.tijd, true) }}

{% endif %}

{{ product.bodyreviewtext }}

{% if product.img is defined and product.img is valuableArray %}
{% for img in product.img %} {% endfor %}
{% endif %} {% if product.video is defined and product.video|length > 0 %}
{% for video in product.video %}
{{ video|raw }}
{% endfor %}
{% endif %}
{% if product.recommended > 0 %} {{ "YES_I_RECOMMEND_THIS_PROJECT"|translate }} ({{ product.recommended }}) {% endif %}

{{ regGet('membername') }}

{{ userInfo.user_city }}, {{ userInfo.user_country }}

{{ "AGE"|translate }}: {{ userInfo.user_age }}

{{ "SEXE"|translate }}: {{ translatedGenderMyReview(userInfo)|translate }}

{% if product.nrPublished is defined and product.nrPublished > 0 %}

{{ product.nrPublished }} {% if product.nrPublished>1 %}{{ "AVIS"|translate }}{% else %}{{ "AVIS_SING"|translate }}{% endif %}

{% endif %}

{{ product.recommended_perc|raw }}

{% if showUpdatebutton is defined %} {% if product.reviewButton is defined %}
{{ product.reviewButton|raw }}
{% endif %} {% endif %}
{% endif %}