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

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

خطوة سريعة • Quick Step
بعد إنشاء الحملة، ستنتقل مباشرة إلى صفحة التفاصيل حيث يمكنك توليد السيناريو والفيديو.
After creating the campaign, you'll go directly to the detail page where you can generate the script and video.
التقرير المرتبط
{{ 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 %}