{{ 'offline.mall::frontend.reviews.heading' | trans }}

{% if __SELF__.allReviews.count > 0 %}
{% partial __SELF__ ~ '::overall' %}
{% endif %}
{% partial __SELF__ ~ '::userreview' %}
{% partial __SELF__ ~ '::reviews' reviews=__SELF__.reviews %}
{# TODO Determine Style Layout #} {% partial __SELF__ ~ '::scripts' %}