{% extends "ImplantMain.html" %} {% block main2 %}

Active Implant Information: {{ campaign }}

Dev note: This is an early work in process to allow users to review all data collected by an active implant.

{% if imp %} {% else %}

No active implants found. Phish harder.

{% endif%} {% if render %}
Implant code
{{ render.implant_copy }}

Records for implant: {% endif %}
{% endblock %}