{% load i18n %}
{% trans "Segments" %}
{% htmx_table 'plugins:cesnet_service_path_plugin:segmentcircuitmapping_list' circuit_id=object.pk %}
{% if topology_data %}
{{ topology_title }}
{% include 'cesnet_service_path_plugin/inc/topology_visualization.html' %} {% elif segment %}
This circuit is associated with segment {{ segment.name }}, but topology visualization is not available. Visit the segment detail page to view its topology.
{% endif %}