{% extends "base.html" %} {% block title %}Search files{% endblock %} {% block content %}
No files found for "{{ q }}".
{% elif not q and not files %}No files available.
{% elif files %}| Filename | Type | Size | Source | Uploaded |
|---|---|---|---|---|
|
{% if file.content_type and file.content_type.startswith("image/") %}
|
{{ file.content_type or "" }} | {{ file.size }} bytes | {{ file.source_slug }} | {{ file.created_at }} |