{% comment %}

Likely Mismatched From stops:

{% for f in fuzzy_froms %} {{ f.route.alias}} - {{ f.from_stop.name }} - {{ f.from_stop_txt }}
{% endfor %}

Likely mismatched to stops:

{% for t in fuzzy_tos %} {{ t.route.alias}} - {{ t.to_stop.name }} - {{ t.to_stop_txt }}
{% endfor %} {% endcomment %}
Total Unique Routes remaining: {{ total }}   Showing to  
{% for u in unrs %} {% endfor %}
Bus No From Txt From Stop To Txt To Stop
{{ u.unr.route.alias }} {{ u.unr.from_stop_txt }} {{ u.unr.to_stop_txt }}