{% extends 'base.html' %} {% block header %}
Edit Delete Change Log
{% endblock %} {% block content %} {% with config=settings.PLUGINS_CONFIG.conectividadeapp %}

{{ actor.name }}

Details

Actor
Name {{ actor.name }}
Telephone {{ actor.telephone }}
Cellphone {{ actor.cellphone }}
E-mail {{ actor.email }}

Devices

{% for act in activitys %} {% empty %} {% endfor %}
Device Name Type When Actors IPv4
{{ act.olddevice.name }} {{ act.type }} {{ act.when }} {% for k in act.actor.all %} ({{k.name}}) {% endfor %} {{ act.olddevice.ipv4 }}
No Activities were assigned to this Actor

Change Log

{% for history in history_list %} {% endfor %}
ID Actor Type User Date
{{ history.history_id }} {{ history.name }} {% if history.history_type == "+" %} Create {% elif history.history_type == "-" %} Delete {% elif history.history_type == "~" %} Update {% endif %} {{ history.history_user.username }} {{ history.history_date }}
{% endwith %} {% endblock %}