{% extends 'base.html' %} {% block title %} STATISTICS {% endblock %} {% block head %} {% endblock %} {% block body %}

ChaloBEST! The Stats..

We have {{ total_stops_left }} stops left!



Routes needing some love..


Areas needing some love..


    {% for a in areas %}
  • {{ a.area.name }} needs {{ a.remaining_stops }} stop locations out of {{ a.total_stops }}.
  • {% endfor %}
{% endblock %}