{% extends 'arvestust.html' %} {% load arvestust %} {% load static %} {% comment %} Describe the template here. {% endcomment %} {% block main-stylesheet %} {% endblock %} {% block page-class %}app-filemgr{% endblock page-class %} {% block aside %}aside-filemgr{% endblock aside %} {% block search %}Search files{% endblock %} {% block content %}
10.2GB used of 50GB

Get 2TB (2,000GB) of storage now and get 40% off. Offers ends soon. Learn more

{{ object }}

{{ object.file|file_name }}
{{ object.file|file_size:"MB" }} {% if object.mime %}({{ object.mime }}){% endif %}
{% endblock content %} {% block scripts %} {% endblock %}