{% 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 }} | {{ object.get_ownership_type_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 %}
{% include './inc/map_layer_dropdown.html' %}
{% include './inc/leaflet_includes.html' %} {% include './inc/map_layers_config.html' %} {% endif %}
{% endblock %}