{% extends "base2.html" %} {% block title %}/ Targets{% endblock %} {% block target_list_menu_active %} class="active"{% endblock %} {% block content %}
{% if object_list %} Targets {% for target in object_list %} {% if target.last_scan_obj %} {% else %} {% endif %} {% endfor %}
NameURLLast scanST QueueProdutionABCComment
{{ 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 %}
{% else %}

No Targets found.

{% endif %}
{% endblock %}