{% extends 'base.html' %} {% block report %}

App Report

{% for loc in location_report %} {% if loc.total_review <= loc.total_review_DB %} {% else %} {% endif %} {% endfor %}
Location Name Average Rating Total Review (Google API) Total Review (on DB) Status
{{ loc.care_name }} {{ loc.average_rating }} {{ loc.total_review }} {{ loc.total_review_DB }}
{% endblock %}