2020-10-06 13:08:41 -04:00
|
|
|
<td>
|
2021-03-05 13:06:21 -05:00
|
|
|
{% if termination.parent_object.provider %}
|
2020-11-06 14:33:20 -05:00
|
|
|
<i class="mdi mdi-lightning-bolt" title="Circuit"></i>
|
2021-03-05 13:06:21 -05:00
|
|
|
<a href="{{ termination.parent_object.get_absolute_url }}">
|
|
|
|
{{ termination.parent_object.provider }}
|
|
|
|
{{ termination.parent_object }}
|
2020-10-06 13:08:41 -04:00
|
|
|
</a>
|
|
|
|
{% else %}
|
2021-03-05 13:06:21 -05:00
|
|
|
<a href="{{ termination.parent_object.get_absolute_url }}">{{ termination.parent_object }}</a>
|
2020-10-06 13:08:41 -04:00
|
|
|
{% endif %}
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<a href="{{ termination.get_absolute_url }}">{{ termination }}</a>
|
|
|
|
</td>
|