{% extends "base.html" %}


{% block content %}
Add Activities to recent Devices
{% if quant %}
{% csrf_token %}
Device selection

Will you Install or Remove the Device?

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

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