{% extends "base.html" %}


{% block content %}
Input activity for device
{% if quant %}
{% csrf_token %}
Input the last Device

select activity for device:

{% endif %} {% if quant != True %}
Input Device
add {% endif %}
Search Device by Asset Tag ?
{% csrf_token %}

Recent Activitys
{% include 'conectividadeapp/list_activity_device2.html' %}
Input activity for device
{% include 'conectividadeapp/activity_form.html' %}
{% endblock %}