{% extends 'generic/object.html' %} {% load static %} {% load helpers %} {% block title %}{{ object.name }} - Map View{% endblock %} {% block content %}
{% if not object.has_path_data and not has_fallback_line %} {% else %}
{{ object.provider }} | {{ object.get_status_display }} | {% if object.path_length_km %}{{ object.path_length_km }} km{% else %}Length unknown{% endif %} | {{ object.site_a }} ↔ {{ object.site_b }} {% if has_fallback_line %}
No path data available - showing straight line between sites {% endif %}
{% endif %}
{% endblock %}