Avatar

Last Week Review Report

Platform Ratings Name Mentioned
Google {% 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 %}
{% if google_staffs %} {% for s_n in google_staffs %} {{ s_n }}, {% endfor %} {% else %}

No staff or doctor got mentioned!

{% 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 %}
{% if yelp_staffs %} {% for s_n in yelp_staffs %} {{ s_n }}, {% endfor %} {% else %}

No staff or doctor got mentioned!

{% endif %}
Bad Reviews
{% if google_bad_reviews.count > 0 %} {% else %} {% endif %} {% if yelp_bad_reviews.count > 0 %} {% else %} {% endif %}
Platform Review
Google {% for review in google_bad_reviews %} {% endfor %}
Comment Rating
{{ review.comment }} {{ review.star_rating }}*
No bad reviews has been posted in Yelp!
Yelp {% for review in yelp_bad_reviews %} {% endfor %}
{{ review.comment }} {{ review.rating }}*
No bad reviews has been posted in Yelp!