Platform | Ratings | Name Mentioned |
---|---|---|
{% 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 %} |
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 %}