{% extends "base.html" %} {% block title %}إنشاء حملة{% endblock %} {% block content %}

إنشاء حملة تسويقية

التقرير المرتبط
{{ report.project_name }}
{% if current_user.effective_video_provider == 'none' %}
غير متاح
توليد الفيديو غير مفعّل في باقتك الحالية
{% else %}
{% if current_user.effective_video_provider == 'veo' %}V{% else %}S{% endif %}
{% if current_user.effective_video_provider == 'veo' %}Google Veo 3 {% elif current_user.effective_video_provider == 'kling' %}Kling AI {% elif current_user.effective_video_provider == 'runway' %}Runway Gen-4 {% elif current_user.effective_video_provider == 'pika' %}Pika Labs {% elif current_user.effective_video_provider == 'fal' %}fal.ai {% else %}OpenAI Sora{% endif %}
يتم تحديده بواسطة مدير النظام حسب الباقة
{% endif %}
{% if current_user.effective_video_provider != 'none' and allowed_durations %}
{% for dur in allowed_durations %} {% endfor %}
{% endif %} {% if current_user.effective_video_provider != 'none' %}

سيتم دمج ملاحظاتك مع بيانات التقرير لتوليد سيناريو مخصص. يمكنك تعديله لاحقاً.

{% else %}
يرجى ترقية الباقة لتفعيل توليد الفيديو
{% endif %}
{% endblock %}