mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	Highlight the current termination
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
{% load helpers %}
 | 
			
		||||
<div class="termination">
 | 
			
		||||
<div class="termination{% if obj == termination %} active{% endif %}">
 | 
			
		||||
    <strong><a href="{{ termination.get_absolute_url }}">{{ termination }}</a></strong><br />
 | 
			
		||||
    {{ termination|meta:"verbose_name"|bettertitle }}
 | 
			
		||||
    {% if termination.type %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user