{% extends "base.html" %} {% block title %}My Gallery{% endblock %} {% block content %}
{{ image.prompt }}
Image ID: {{ image.id[:8] }}...
{{ image.created_at | fromisoformat | humantime }}
You haven't generated any images yet. Generate one now.
{% endif %}{{ video.prompt }}
Video ID: {{ video.id[:8] }}...
{{ video.created_at | fromisoformat | humantime }}
You haven't generated any videos yet. Generate one now.
{% endif %}{{ image.filename }}
Upload ID: {{ image.id[:8] }}...
{{ image.uploaded_at | fromisoformat | humantime }}
You haven't uploaded any images.
{% endif %}