{% extends 'base.html' %} {% block header %}
{% endblock %} {% block content %} {% with config=settings.PLUGINS_CONFIG.conectividadeapp %}Actor | |
---|---|
Name | {{ actor.name }} |
Telephone | {{ actor.telephone }} |
Cellphone | {{ actor.cellphone }} |
{{ actor.email }} |
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 |
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 }} |