{% extends 'base.html' %} {% block content %} {% load percentage %} {% load bytes_human %}
{% include "sidenav.html" %}
{% include "appnav.html" %}

All Of My Files

Used {{account.usage.quota_used|bytes_human}} of {{account.usage.quota|bytes_human}}

{% for file in files %} {% endfor %}
{% endblock %}