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 %} |
|
{% 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 %} |
Platform | Review | ||||
---|---|---|---|---|---|
|
{% else %}
No negative reviews has been posted in Google! | {% endif %}||||
|
{% else %}
No negative recommendation has been posted in Facebook! | {% endif %}