{% extends "base.htm" %} {% block title %}NanoShare - File info{% endblock %} {% block meta %} {% endblock %} {% block head %} {% endblock %} {% block content %}

File details

Everything about this file, including expiration date and recent accesses.

Filename
{{ file.file_name }}
Note
{{ file.note or 'No note' }}
Size
{{ file.file_size }}
Uploaded at
Expires at
{% if file.expires_at %} {% else %} Never {% endif %}
Public URL
{{ share_url }}
Edit Back to files

Access history

Latest request metadata for this file.

{% if accesses %} {% for access in accesses %} {% endfor %} {% else %} {% endif %}
Time Status IP User Agent
{{ access.status }} {{ access.ip or '-' }} {{ access.user_agent or '-' }}
No access records yet.
{% endblock %}