{% extends 'base.html' %} {% load i18n %} {% load static %} {% block extra_css %} {% endblock %} {% block content %}
{% trans "Drop files to upload" %}
| {% trans "Name" %} | {% trans "Size" %} | {% trans "Public" %} | {% trans "Actions" %} |
|---|---|---|---|
| {{ file.name }} | {{ file.formatted_size }} |
● {% trans "Public" %}
○ {% trans "Private" %}
{% trans "No expiry" %}
|
{% trans "No files yet" %}
{% trans "Drag files anywhere on this page, or click Upload Files above." %}
{% trans "Leave blank for no expiry. The public link will stop working after this date." %}