{% extends 'base.html' %}


{% block content %}
view 0 - search sw
{% csrf_token %}
Input the Device


Input activity for device
{% if device_obj %} {{device_obj}} {% endif %}

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.when }} {% for k in i.actor.all %}

{{k.name}},

{% endfor %}
{{ i.type }} {{ i.description }}
{% endblock %}