{{ tag }}
{% set is_auto = false %}
{% for prefix in auto_prefixes %}
{% if tag.startswith(prefix) %}{% set is_auto = true %}{% endif %}
{% endfor %}
{{ 'DYN' if is_auto else 'STAT' }}
{% set found = false %}
{% for ct in current_tags %}
{% if ct[0] == tag %}{% set found = true %}{% endif %}
{% endfor %}
{% if found %}
✓ Assigné
{% else %}
✗ Manquant
{% endif %}
{% endfor %}
Tags actuels dans Qualys ({{ current_tags|length }})
{% if current_tags %}
{% for name, is_dyn in current_tags %}
{{ name }}
{% endfor %}
{% else %}
{% if hostname %}Asset non trouvé dans Qualys ou aucun tag{% else %}Saisissez un hostname{% endif %}
{% endif %}
{% endif %}
Légende
DYN Tag dynamique (géré automatiquement par Qualys via règle)