{% extends "base.html" %} {% block title %}Generated Video{% endblock %} {% block content %}
Status: {{ video.status }}
Your video is being processed. This page will update automatically when it's ready.
Generation Failed
{{ video.error or 'An unknown error occurred.' }}
Video Not Available
Status: {{ video.status }}
{{ video.prompt }}
Model: {{ video.model_id }}
Job ID: {{ video.job_id }}
Created: {{ video.created_at | fromisoformat | humantime }}
Last Update: {{ video.updated_at | fromisoformat | humantime }}
Could not find details for this video job.
{% endif %}