{% extends 'base.html' %} {% block header %}
{% endblock %} {% block content %} {% with config=settings.PLUGINS_CONFIG.conectividadeapp %}| Details | ||||||
|---|---|---|---|---|---|---|
| Description | When | Type | Reason | Actors | IPv4 | Status |
| {{activity.description}} - | {{ activity.when }} | {{ activity.type }} | {{ activity.reason}} | {% for k in activity.actor.all %} ({{k.name}}) {% endfor %} | {{ activity.olddevice.ipv4 }} | {% if activity.is_active %} {% endif %} {% if not activity.is_active %} {% endif %} |
| Device | ( current ) |
|---|---|
| Name | {{activity.device.name}} |
| Site | {{ activity.device.site }} |
| Rack | {{ activity.device.rack }} |
| Position | {{ activity.device.position }} |
| Serial Number | {{ activity.device.serial }} |
| IPv4 | {{ activity.device.primary_ip4 }} |
| IPv6 | {{ activity.device.primary_ip6 }} |
| more info |
| Old Device ({{activity.when}}) | |
|---|---|
| Name | {{activity.olddevice.name}} |
| Site | {{activity.olddevice.site}} |
| Rack | {{activity.olddevice.rack}} |
| IPv4 | {{activity.olddevice.ipv4}} |
| IPv6 | {{activity.olddevice.ipv6}} |
| Actors | Alias | Category | Phone |
|---|---|---|---|
| {{j.name}}- | {{j.first_name}}- | {{j.category}} | {{j.cellphone}} |