{% if tag_scope_preview.enabled %}
| {% trans "Network" %} |
{{ tag_scope_preview.network_id|placeholder }} |
| {% trans "Include Tags" %} |
{{ tag_scope_preview.include_tags|join:", "|placeholder }} |
| {% trans "Include Match" %} |
{{ tag_scope_preview.include_match|capfirst }} |
| {% trans "Exclude Tags" %} |
{{ tag_scope_preview.exclude_tags|join:", "|placeholder }} |
| {% trans "Total Devices" %} |
{{ tag_scope_preview.total_devices|placeholder }} |
| {% trans "Matched Devices" %} |
{{ tag_scope_preview.matched_devices|placeholder }} |
| {% trans "Excluded by Scope" %} |
{{ tag_scope_preview.excluded_devices|placeholder }} |
{% if tag_scope_preview.error %}
{{ tag_scope_preview.error }}
{% endif %}
{% else %}
{% trans "No include/exclude tags configured for this source." %}
{% endif %}