{%if implants|length > 0 %} {% for implant in implants %} {% endfor %}
# Last seen Process name Process ID Sleep Username@machine Architecture Implant type Label Action
{{implant.numeric_id}} {{implant.last_seen}} {{implant.process_name}} {{implant.process_id}} {{implant.sleep}} {{implant.domain}}\{{implant.user}}@{{implant.hostname}} {{implant.architecture}} {{implant.type}} {{implant.label}}
{% else %}
There are no active implants yet
{%endif %}