-
{% if folder.can_have_subfolders %}
- {% trans "New Folder" %}{% endif %}
- {% include "admin/filer/tools/upload_button.html" %} {% comment %}
- {% trans "root"|title %}
- {% trans "Incomplete Images" noop %}
- {% trans "unfiled images"|title noop %} {% endcomment %}
{% include "admin/filer/tools/search_form.html" %}
{% if not folder.is_root %}
{% if folder.parent %}↑{% else %}↑{% endif %}
{% else %}{% if folder.is_smart_folder %}
↑
{% endif %}
{% endif %}
{% include "admin/filer/folder/directory_table.html" %}