Platform | Ratings |
---|---|
Google Map Link: Click here |
{% if google_ratings.count == 0 %}
No Ratings!
{% else %}
{% for r in google_ratings %}
{% if r.star_rating < 3 %}
{{ r.star_rating }}* star: {{ r.total }} {% else %}{{ r.star_rating }}* star: {{ r.total }} {% endif %} {% endfor %} {% endif %} |
Facebook Page Link: Click here |
{% if facebook_ratings %}
{% for r in facebook_ratings %}
{% if r.recommendation_type == True %}
Positive: {{ r.total }} {% else %}Negative: {{ r.total }} {% endif %} {% endfor %} {% else %} No Ratings! {% endif %} |
Yelp Page Link: Click here |
{% if yelp_ratings %}
{% for r in yelp_ratings %}
{% if r.rating > 3 %}
Positive: {{ r.total }} {% else %}Negative: {{ r.total }} {% endif %} {% endfor %} {% else %} No Ratings! {% endif %} |
{{ review.comment | safe }}