{% extends 'base.html' %}


{% block content %} {% load form_helpers %} {% block form %}
view 0 - search sw
Input the Device role

Input the Device
{% endblock %}
view list and search activity
Listing Activity for the Devices
Input the device previously

{% for i in registro %} {% endfor %}
Nome Modelo Serial Tombo Mac IP
Site Data Instaladores Atividade Descricao
{{ i.atv_data }} {% for k in i.actor_id.all %}

{{k.name}},

{% endfor %}
{{ i.options }} {{ i.comments }}
{% endblock %}