{% extends "base.html" %} {% block js %} {% endblock %} {% block main %} {% if started %}
We are currently making your video!
Please reload this page from time to time. When your video is created, you will have a download link here.
{% else %}We got your files and we are about to start making your video!
Please reload this page from time to time. When your video is created, you will have a download link here.
{% endif %} {% if config["DEBUG"] %} {% include 'job-info.html' %} {% endif %} {% endblock %}