{% extends 'base.html' %} {% load static %} {% block content %}
{% for result in results %} {% endfor %}
Feeder ID Feeder Name Weather Station ID Weather Station Name Latitude Longitude Distance (km)
{{ result.id }} {{ result.FeederName }} {{ result.weather_station_id }} {{ result.weather_station_name }} {{ result.weather_station_latitude }} {{ result.weather_station_longitude }} {{ result.distance|floatformat:2 }}
{% endblock %}