{% extends "base.html" %} {% block main_content %}

{{page_title}}

{{CreateSelect( "noo", noo, ["Oldest", "Newest","A to Z", "Z to A"], "$('#offset').val(0)", "rounded-start" )|safe }} {{CreateSelect( "how_many", how_many, ["10", "25", "50", "75", "100", "150", "200", "500"], "", "rounded-end" )|safe }}
 {{how_many}} files 
{% for obj in entry_data %} {% if obj.type.name != "Directory" %} {% else %} {% endif %} {% endfor %}
NameSize (MB)Path PrefixHash
{% if obj.type.name == "Directory" %}
{{obj.name}} {% else %}
{{obj.name}}
{% endif %}
{{obj.file_details.size_mb}}{{obj.in_dir.in_path.path_prefix.replace("static/","")}}/{{obj.in_dir.rel_path}}{{obj.file_details.hash}}
{% endblock main_content %}