{% include "header.html" %}

{% for task in new_tasks %} {% endfor %}
# Implant ID Command User ACTION
{{task.id}} {{task.implant_id}} {{task.command}} {{task.user}} DEL

{% include "footer.html" %}