{% load static %} {{ project_name }} - Quran Reels Generator

Create Beautiful Quran Reels

Select verses, pick a reciter, and generate professional videos in seconds.

Video Settings
{% csrf_token %}
Max: -
Recent Generations
    {% for task in tasks %}
  • {{ task.surah_name }} Ayahs {{ task.verse_start }}-{{ task.verse_end }}
    {{ task.status|title }}
    {% if task.status == 'completed' %}
    Download
    {% elif task.status == 'failed' %}

    {{ task.error_message|truncatechars:100 }}

    {% elif task.status == 'processing' or task.status == 'pending' %}

    Processing... Please refresh in a moment.

    {% endif %}
  • {% empty %}
  • No tasks yet
  • {% endfor %}