{% extends "base2.html" %} {% block title %}/ Targets{% endblock %} {% block target_list_menu_active %} class="active"{% endblock %} {% block content %}
Name | URL | Last scan | ST Queue | Prodution | ABC | Comment |
---|---|---|---|---|---|---|
{{ target.name }} | {{ target.url }} |
{{ target.last_scan_obj.finish|date:"d.m.Y" }} | {% if target.st_queue %}{{ target.st_queue }}{% endif %} | {{ target.is_prod }} | {% if target.abc_id %}{{ target.abc_id }}{% endif %} |
No Targets found.
{% endif %}