1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
2020-11-12 16:55:02 -05:00

6 lines
211 B
HTML

<div class="node">
<strong><a href="{{ circuit.get_absolute_url }}">{{ circuit }}</a></strong><br />
Circuit<br />
<a href="{{ circuit.provider.get_absolute_url }}">{{ circuit.provider }}</a>
</div>