{% extends "base.html" %} {% block js %} {% endblock %} {% load content_tags %} {% block content %}

Content for {{username}}

Number of files: {{ content|length }} | Total storage: {{ total_bytecount.bytecount__sum|humanize_bytes }}


{% for item in content %} {% endfor %}
CreatedNameTypeFilesizeModifiedViewsLast viewed
{{ item.created }} {{ item.name }} {{ item.type }} {{ item.bytecount|humanize_bytes }} {{ item.modified }} {{ item.views }} {{ item.lastviewed }}
{% endblock %} {% block widgets %} {% endblock %}