{% if is_embeddable %} {% endif %}

{{ filename }}

File size: {{ file_size|filesizeformat }}
Uploaded by: {{ username }}
Date: {{ created_at.strftime('%Y-%m-%d %H:%M:%S') }}
File type: {{ filename.split('.')[-1].upper() if '.' in filename else 'Unknown' }}
{% if is_embeddable %}
{% if filename.lower().endswith(('.jpg', '.jpeg', '.png', '.gif', '.svg')) %} {{ filename }} {% elif filename.lower().endswith('.pdf') %} {% endif %}
{% endif %}
Download View Raw {% if current_user.is_authenticated and current_user.id == user_id %} {% if filename.lower().endswith(('.txt', '.html', '.css', '.js', '.py', '.md')) or '.' not in filename %} Edit {% endif %}
{% endif %}