{% extends 'base.html' %}


{% block content %}
Device Install Activities ({{ quantity }})

{% for activity in activity_list %} {% endfor %}
Type Reason Actor When Description
{{ activity.type|lower }} {{ activity.reason.name }} {% for actor in activity.actor.all %} {{ actor.name }}
{% endfor %}
{{ activity.when|date }} {{ activity.description }}
Search Activity by Actors
{% csrf_token %}
Filter Activity by Date
{% csrf_token %}

{% csrf_token %}

{% csrf_token %}

{% endblock %}