{% extends 'base.html' %} {% block title %}Location Check History - Bizness Navigator{% endblock %} {% block content %}

Location Check History

View all your previous location checks

New Location Check

Total Checks

{{ total_count }}

Average Score

{{ avg_score|floatformat:1 }}

out of 100

Approved

{{ checks|length|add:"-1" }}

{% if checks %}
{% for check in checks %} {% endfor %}
{% if checks.has_other_pages %}
{% if checks.has_previous %} Previous {% endif %} Page {{ checks.number }} of {{ checks.paginator.num_pages }} {% if checks.has_next %} Next {% endif %}
{% endif %} {% else %}

No Location Checks

Start by checking your first business location.

Check Location
{% endif %}
{% endblock %}