{% include 'head.html' %}
{{ section[0]|upper() }}{{ section[1:] }} | Tanabata File Manager
{% if section == 'files' %} {% endif %} {% if section != 'settings' %}
Select
Sorting by
{{ sorting['key'] }} ({% if sorting['asc'] %}asc{% else %}desc{% endif %})
{% for opt in sorting_options %}
{{ opt }}
{% endfor %}
ascending
descending
{% block Header %}{% endblock %}
{% endif %}
{% block Main %}{% endblock %}
{% if section != 'settings' %}
0
selected
{% if section == 'files' %}
Edit tags
Add to pool
{% endif %}
Delete
{% if section == 'files' %}
{% for tag in tags_all %}
{{ tag['name'] }}
{% endfor %}
{% for tag in tags_all %}
{{ tag['name'] }}
{% endfor %}
{% endif %}
{% endif %} {% if section == 'files' %}
{% endif %}