{% extends "base.html" %} {% block title %}Video Generation — AI Allucanget{% endblock %} {% block content %}

Video Generation

{% if error %}
{{ error }}
{% endif %} {% if result %}

Video job

Status: {{ result.status }}

{% if result.get('video_url') %} {% else %}

Video is being processed. Check back later.

{% endif %}
{% endif %}
{% endblock %}