{% extends "base.html" %} {% block title %}Targets - AUTARCH{% endblock %} {% block content %}
{% if targets %} {% for t in targets %} {% endfor %} {% else %} {% endif %}
# Host Name Type OS Status Ports Tags Actions
{{ loop.index }} {{ t.host }} {{ t.name if t.name != t.host else '' }} {{ t.type }} {{ t.os }} {{ t.status }} {{ t.ports or '—' }} {% for tag in t.tags %}{{ tag }}{% endfor %} 🔍
No targets yet — click + Add Target to add your first one.
{% endblock %}