{% extends 'base.html' %} {% load static %} {% block title %}Social Ads Generator - Quantum Tasks AI{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% include "workflows/components/agent_header.html" with agent_title="Social Ads Generator" agent_subtitle="Create compelling social media advertisements optimized for different platforms" %} {% include "workflows/components/quick_agents_panel.html" %}

📢 Social Ads Details

{% csrf_token %}

📱 Platform & Formatting

Choose the social media platform for optimization
Whether to include emojis in the ad copy
{% if user.is_authenticated %} {% if user.wallet_balance >= agent_config.price %} {% else %}
Insufficient balance! You need {{ agent_config.price }} AED.
💰 Top Up Wallet {% endif %} {% else %} 🔐 Login to Continue {% endif %}
{% include "workflows/components/how_it_works_widget.html" with steps="social_ads" %}
{% include "workflows/components/processing_status.html" with status_title="Creating Social Ads..." status_text="Please wait while we generate your ad copy..." %} {% include "workflows/components/results_container.html" with results_title="Generated Social Ads" %}
{% endblock %} {% block extra_js %} {% endblock %}