{% extends 'generic/object.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load plugins %} {% load tabs %} {% load i18n %} {% load perms %} {% load render_table from django_tables2 %} {% block content %}
Service Path
Name {{ object.name }}
Kind {{ object.get_kind_display }}
Status {{ object.get_status_display }}
{% include 'inc/panels/custom_fields.html' %} {% plugin_left_page object %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} {% plugin_right_page object %}
{% trans "Segments" %}
{% if perms.cesnet_service_path_plugin.add_servicepathsegmentmapping %} {% trans "Add a Segment" %} {% endif %}
{% htmx_table 'plugins:cesnet_service_path_plugin:servicepathsegmentmapping_list' service_path_id=object.pk %}
{% plugin_full_width_page object %}
{% endblock content %}