Platform | Ratings |
---|---|
{% 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 %} |
|
Yelp |
{% if yelp_ratings.count == 0 %}
No Ratings!
{% else %}
{% for r in yelp_ratings %}
{% if r.rating < 3 %}
{{ r.rating }}* star: {{ r.total }} {% else %}{{ r.rating }}* star: {{ r.total }} {% endif %} {% endfor %} {% endif %} |
Platform | Review | ||||
---|---|---|---|---|---|
|
{% else %}
No bad reviews has been posted in Yelp! | {% endif %}||||
Yelp | {% if yelp_bad_reviews.count > 0 %}
|
{% else %}
No bad reviews has been posted in Yelp! | {% endif %}