{% set nav_title = "Aird" %} {% set nav_search_path = "" %} {% set show_admin_link = True %} {% include '_app_nav_header.html' %}

Tag: {{ escape(tag_name) }}

{% if patterns %} {{ len(files) }} file(s) matching {{ len(patterns) }} pattern(s): {% for p in patterns %}{{ escape(p) }}{% end %} {% else %} No glob patterns registered for this tag. {% end %}

{% if all_tags %} {% end %} ← Files
{% if not patterns %}
Tag {{ escape(tag_name) }} has no glob patterns configured. {% if current_user and current_user.get('role') == 'admin' %} Configure patterns → {% end %}
{% elif not files %}
No files currently match this tag's patterns.
{% else %}
{% for f in files %} {% end %}
File Actions
{{ escape(f) }} View Download
{% end %}