{% extends 'base.html' %} {% block title %}Tags Qualys{% endblock %} {% block content %}
| Nom actuel | Type | Nom V3 | Type V3 | ID Qualys | Assets | {% if can_edit_qualys %}Action | {% endif %}
|---|---|---|---|---|---|---|
| {{ t.name }} | {{ 'DYN' if t.is_dynamic else 'STAT' }} | {{ t.v3_name or '-' }} | {% if t.v3_type %}{{ t.v3_type }}{% else %}-{% endif %} | {{ t.qualys_tag_id }} | {% if t.asset_count > 0 %} {{ t.asset_count }} {% else %}0{% endif %} | {% if can_edit_qualys %}{% if not t.is_dynamic %} {% else %}Auto{% endif %} | {% endif %}