Name
|
|
|
{% if info["rootdir"] == 'N' %}
|
[..]
|
|
|
{% endif %}
{% for file in files %}
{% if file[0] != '.' and file[0] != '..' and (file[1] == 4 or file[1] == 16384) %}
|
[{{file[0]}}]
| Edit
| Del
|
{% endif %}
{% endfor %}
{% for file in files %}
{% if file[1] == 8 or file[1] == 32768 %}
|
{{file[0]}}
| Edit
| Del
| Download
{% endif %}
{% endfor %}
|
Add
|