{% extends "base.htm" %} {% block title %}NanoShare - Files{% endblock %} {% block meta %} {% endblock %} {% block content %}

Files

Your uploaded files at a glance. Click a filename to open, or use the actions on the right.

{% for file in files %} {% endfor %}
Filename Note (Only Visible to You) Size Uploaded Expires Actions
{{ file.file_name }} {{ file.note }} {{ file.file_size }}
{% endblock %}