{% extends 'base.html' %} {% load static %} {% block title %}Social Ads Generator - Quantum Tasks AI{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% include "components/agent_header.html" with agent_title="Social Ads Generator" agent_subtitle="Create compelling social media advertisements optimized for different platforms" %} {% include "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.price %} {% else %}
Insufficient balance! You need {{ agent.price }} AED.
πŸ’° Top Up Wallet {% endif %} {% else %} πŸ” Login to Continue {% endif %}

ℹ️ How It Works

  1. Describe your product/service
  2. Select target platform
  3. Choose emoji preferences
  4. Get optimized ad copy
{% include "components/processing_status.html" with status_title="Creating Social Ads..." status_text="Please wait while we generate your ad copy..." %} {% include "components/results_container.html" with results_title="Generated Social Ads" %}
{% endblock %}