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 %}