{{ text_reviewover }}

{% set colsm = 12 %} {% set jxl = 100 %} {% if cireview_ratings and cireview_ratings|length > 1 %} {% set colsm = 7 %} {% set jxl = 70 %} {% endif %}
  • {# {% for i in 1..5 %} {% if avg_rating < i %} {% else %} {% endif %} {% endfor %} #} {{ html_avg_rating }} {% if reviewratingcount %} ({{ show_avg_rating }}) {% endif %}

{{ text_total_reviews }}
{{ text_write_review }}

{% if cireview_ratings and cireview_ratings|length > 1 %}
{% if cireview_ratings and cireview_ratings|length > 1 %}
    {% for cireview_rating in cireview_ratings %}
  • {# {% for i in 1..5 %} {% if cireview_rating.rating < i %} {% else %} {% endif %} {% endfor %} #} {{ cireview_rating.html_rating }} {% if reviewratingcount %} ({{ cireview_rating.show_rating }}) {% endif %}
  • {% endfor %}
{% endif %}
{% endif %}