{{ report_title }}

Report generated at: {{ generated_at.strftime('%Y-%m-%d %H:%M:%S') }}

Sort Order: {{ sort_order }}

Number of entries: {{ top_matches|length }}

{% if top_matches|length == 0 %}

No matches found for this report criteria.

{% else %} {% for stop in top_matches %} {% endfor %}
ATLAS Sloid Official Designation OSM Node ID Distance (m) Matching Method
{{ stop.sloid }} {{ stop.atlas_designation_official if stop.atlas_designation_official else 'N/A' }} {{ stop.osm_node_id if stop.osm_node_id else 'N/A' }} {% if stop.distance_m %} {{ '%.1f'|format(stop.distance_m) }} {% else %} N/A {% endif %} {{ stop.match_type if stop.match_type else 'N/A' }}
{% endif %}