|
@@ -1,5 +1,5 @@
|
|
|
{% load helpers %}
|
|
{% load helpers %}
|
|
|
-<div class="termination">
|
|
|
|
|
|
|
+<div class="termination{% if obj == termination %} active{% endif %}">
|
|
|
<strong><a href="{{ termination.get_absolute_url }}">{{ termination }}</a></strong><br />
|
|
<strong><a href="{{ termination.get_absolute_url }}">{{ termination }}</a></strong><br />
|
|
|
{{ termination|meta:"verbose_name"|bettertitle }}
|
|
{{ termination|meta:"verbose_name"|bettertitle }}
|
|
|
{% if termination.type %}
|
|
{% if termination.type %}
|