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

{{page_title}}

{% for obj in file_data %} {% endfor %}
NameSize (MB)Path PrefixHash
{% if obj.type == "Directory" %}
{{obj.name}} {% else %}
{{obj.name}}
{% endif %}
{{obj.size_mb}}{{obj.path_prefix}}{{obj.hash}}
{% endblock main_content %}