{% extends "base.html" %} {% block nav_new-run %}active{% endblock %} {% block content %} {% comment %} {# FIXME: improve this #}
{% csrf_token %} {% for field in new_host_form %}
{{ field.errors }} {{ field.label_tag }}: {{ field }}
{% endfor %}
{% csrf_token %} {% for field in new_run_form %}
{{ field.errors }} {{ field.label_tag }}: {{ field }}
{% endfor %}
{% endcomment %}

{% block title %}Run locally{% endblock %}

This will initiate a new run locally. It may take a few minutes to complete the scan.
Run locally
{% endblock %}