{% extends 'base.html' %} {% block header %}

{{activity.when}}

Change Log
{% endblock %} {% block content %} {% with config=settings.PLUGINS_CONFIG.conectividadeapp %}

Activity ( {{activity.type}} - {{activity.reason}} )

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 %}
active {% csrf_token %}
{% endif %} {% if not activity.is_active %}
unlisted {% csrf_token %}
{% 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}}
{% for j in activity.actor.all %} {% endfor %}
Actors Alias Category Phone
{{j.name}}- {{j.first_name}}- {{j.category}} {{j.cellphone}}
{% endwith %} {% endblock %}