diff --git a/templates/files.html b/templates/files.html index c953fce..6f27e50 100644 --- a/templates/files.html +++ b/templates/files.html @@ -2,15 +2,21 @@ {% block main_content %}

{{page_title}} -- {{file_data.view_path}}

+
+ Size: + + + +
{% for obj in file_data.view_list %} {% if obj.type != "Directory" %}
{% if obj.type=="Image" %} - + {% elif obj.type == "Video" %} - + {% endif %}
{{obj.name}}