{% extends "base.html" %} {% block title %}Uploaded Image{% endblock %} {% block content %}
Filename: {{ image.filename }}
Content Type: {{ image.content_type }}
Size: {{ (image.size_bytes / 1024) | round(2) }} KB
Uploaded: {{ image.created_at | fromisoformat | humantime }}
Could not find details for this uploaded image.
{% endif %}