+

Videos Generados

+ + {% if videos %} +
+ {% for video in videos %} +
+
+

{{ video.titulo }}

+ {{ video.fecha_generacion }} + {{ video.status }} + {% if video.error_message %} +

{{ video.error_message }}

+ {% endif %} +
+
+ {% if video.status == 'completed' %} + + 📝 Ver Script + 📥 Bajar Audio + {% endif %} + +
+
+ {% endfor %} +
+ {% else %} +
+

No se han generado videos todavía.

+
+ {% endif %} +