{% extends 'base.html' %}
{% block content %}
Device | Type/When | Actor | Site/Rack | Ip |
---|---|---|---|---|
{{ activity.device.name }} | {{ activity.type }} - {{ activity.when|date }} |
{% for actor in activity.actor.all %}
{{ actor.name }} {% endfor %} |
{{ activity.olddevice.site }} / {{ activity.olddevice.rack }} | {{ activity.olddevice.ipv4}} {{ activity.olddevice.masc_ipv6}} |