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

{{ actor.name }}

Actor
Name {{ actor.name }}
Telephone {{ actor.telephone }}
Cellphone {{ actor.cellphone }}
E-mail {{ actor.email }}
{% 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
{% endwith %} {% endblock %}