{% extends 'generic/object.html' %} {% block content %}
Endpoint
Name {{ object.name|linkify }}
Signal Type {{ object.get_signal_type_display|placeholder }}
Device {{ object.device|linkify }}
Processor {{ object.processor|linkify }}
Interface {{ object.interface|linkify }}
Endpoint Type {{ object.get_endpoint_type_display }}
Primary IP Address {{ object.primary_ip|linkify|placeholder }}
Secondary IP Address {{ object.secondary_ip|linkify|placeholder }}
Max. Bandwidth (Mbps) {{ object.max_bandwidth|placeholder }}
Switch Method (2022-7) {{ object.get_switch_method_display|placeholder }}
Supported Formats
Supported Formats {% if object.supported_formats.all %} {% for format in object.supported_formats.all %} {{ format|linkify }} {% if not forloop.last %}, {% endif %} {% endfor %} {% else %} — {% endif %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} {% include 'inc/panels/custom_fields.html' %}
{% endblock content %}