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

9 lines
336 B
HTML
Raw Normal View History

2020-10-07 16:39:15 -04:00
{% load helpers %}
2020-11-16 16:07:29 -05:00
<div class="termination{% if obj == termination %} active{% endif %}">
2020-11-12 16:55:02 -05:00
<strong><a href="{{ termination.get_absolute_url }}">{{ termination }}</a></strong><br />
{{ termination|meta:"verbose_name"|bettertitle }}
{% if termination.type %}
({{ termination.get_type_display }})
{% endif %}
</div>