1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

15 lines
420 B
HTML
Raw Normal View History

<td>
{% if termination.parent_object.provider %}
<i class="mdi mdi-lightning-bolt" title="Circuit"></i>
<a href="{{ termination.parent_object.get_absolute_url }}">
{{ termination.parent_object.provider }}
{{ termination.parent_object }}
</a>
{% else %}
2022-03-22 14:51:20 -04:00
{{ termination.parent_object|linkify }}
{% endif %}
</td>
<td>
2022-03-22 14:51:20 -04:00
{{ termination|linkify }}
</td>