{% load i18n %} {% load render_table from django_tables2 %} {# NetBox Endpoint #}
| {{ endpoint_group.model_label }} | {% if endpoint_group.endpoints.0.connection_status %}{% trans "Connection Status" %} | {% endif %} {% for field in endpoint_group.endpoints.0.fields %}{{ field.label }} | {% endfor %}
|---|---|---|
| {% if ep.connection_status %} {% endif %} {% if ep.url %} {{ ep.name }} {% else %} {{ ep.name }} {% endif %} | {% if ep.connection_status %}Unknown | {% endif %} {% for field in ep.fields %}{{ field.value }} | {% endfor %}