X-wing
{{ user }} {% if user != "anonymous" %}
{% endif %}
{% if not perms.write %}
Read-only access. Uploads and folder creation are disabled.
{% endif %}
{{ entry_count }} item{% if entry_count != 1 %}s{% endif %}
parallel:
{% if current_path != "/" %} {% endif %} {% for e in entries %} {% else %} {% endfor %}
../
{% if e.is_dir %} {% else %} {% endif %} {% if e.is_dir %} {{ e.name }}/ {% elif e.editable %} {{ e.name }} {% else %} {{ e.name }} {% endif %} {{ e.size_human }}
{% if e.is_dir %} {% else %} {% endif %}

This folder is empty

{% if perms.write %}

Upload files or create a folder to get started.

{% else %}

You have read-only access here.

{% endif %}
Drop files or folders to upload