{% extends 'explorer/base.html' %} {% block title %} Explorer {% endblock title %} {% block content %}
Name | Size | Actions | Creation Date | ||||
---|---|---|---|---|---|---|---|
{% if data.type == "File" %} {{ data.name }} {% elif data.type == "Directory" %} {{ data.name }} {% endif %} | {{ data.size|filesizeformat }} | {% for action in actions %} {% if action == "delete" %} {% elif action == "download" %} {% else %} {% endif %} {% endfor %} | {{ data.creation_time }} | {% else %}{{ data.name }} | {{ data.creation_time }} | {% endif %}