{% extends "layout.html" %} {% block content %}

Scan History

{% if result %}
{% if scan %} {% endif %}
Host Scan Type Result
{{ scan.host }} {{ scan.scan_type }} {% if scan.success %} Success {% else %} Failed {% endif %} {{ result }}
{% else %}
No scans yet. Try scanning a domain to get started.
{% endif %} {% endblock %}