{% extends "base.html" %} {% block title %}File Manager – Admin{% endblock %} {% block content %}
Browsing: {{ workdir }}
{% if current_path %}/ {{ current_path }}{% endif %}
| Name | Actions | |||
|---|---|---|---|---|
| .. | ||||
| {% if entry.is_dir %} {% elif entry.mime_type.startswith('image') %} {% elif entry.mime_type == 'application/pdf' %} {% elif 'text' in entry.mime_type %} {% elif 'json' in entry.mime_type %} {% else %} {% endif %} | {% if entry.is_dir %} {{ entry.name }} {% else %} {{ entry.name }} {% endif %} | {% if not entry.is_dir %} Download {% endif %} | ||
| This directory is empty. | ||||