mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
9 lines
330 B
HTML
9 lines
330 B
HTML
|
{% load helpers %}
|
||
|
<div class="panel panel-default">
|
||
|
<div class="panel-body">
|
||
|
{{ termination|meta:"verbose_name"|bettertitle }} <a href="{{ termination.get_absolute_url }}">{{ termination }}</a>
|
||
|
{% if termination.type %}
|
||
|
<br/>{{ termination.get_type_display }}
|
||
|
{% endif %}
|
||
|
</div>
|
||
|
</div>
|