{% include '_theme_early.html' %} Tag: {{ escape(tag_name) }} ยท Aird
{% set nav_title = "Aird" %} {% set nav_search_path = "" %} {% set show_admin_link = True %} {% include '_app_nav_header.html' %}

Tag: {{ escape(tag_name) }}

{% if patterns %} {% if file_count and folder_count %} {{ file_count }} file(s) and {{ folder_count }} folder(s) matching {{ len(patterns) }} pattern(s): {% elif folder_count %} {{ folder_count }} folder(s) matching {{ len(patterns) }} pattern(s): {% else %} {{ file_count }} file(s) matching {{ len(patterns) }} pattern(s): {% end %} {% 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 entries %}
No files or folders currently match this tag's patterns.
{% else %}
{% for entry in entries %} {% end %}
Type Name Actions
{% if entry['is_dir'] %} Folder {% else %} File {% end %} {% if entry['is_dir'] %} ๐Ÿ“{{ escape(entry['name']) }} {% else %} {{ get_file_icon(entry['name']) }}{{ escape(entry['name']) }} {% end %} {% if entry['is_dir'] %} Open {% else %} View Download {% end %}
{% end %}