{% extends 'layouts/base.njk' %} {% set title = app.name + ' - Upload file' %} {% block scripts %} {% endblock %} {% block body %}
You are responsible for the files that you upload.
# | Name | Size | Expires at | Actions |
---|---|---|---|---|
{{ file.id }} | {{ file.real_name }} |
{{ (file.size / (1024 * 1024)).toFixed(2) }}MB | {% if file.expires_at %}{{ file.expires_at.toISOString() }}{% else %}Never{% endif %} | {% if file.shouldBeDeleted() %} Pending deletion {% else %} {% endif %} |
You haven't uploaded any file yet. |