{% extends "base.html" %} {% block content %}
No uploads found.
{% else %}| Filename | Description | Type | Size | Uploader | Created | Actions |
|---|---|---|---|---|---|---|
|
{{ upload.uuid }}
|
{{ upload.description }} | {{ upload.content_type }} | {{ upload.size_label }} | {% with user_link_href = upload.created_by_href, user_link_username = upload.created_by_username, user_link_label = upload.created_by_name, user_link_class = "text-decoration-none" %} {% include "partials/hover_card_user_link.html" %} {% endwith %} | {% with time_cell_value = upload.created_at, time_cell_class = "text-muted small" %} {% include "partials/relative_time_cell.html" %} {% endwith %}