{% extends 'base.html' %} {% load static %} {% block title %}Social Ads Generator - NetCop AI Hub{% 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 Configuration

{% csrf_token %}
Provide clear, specific information about your product or service for better ad copy
Choose the primary social media platform for optimization
Whether to include emojis in the ad copy
Select the language for the ad copy
{% if user.is_authenticated %} {% if user.wallet_balance >= 4.00 %} {% else %}
Insufficient balance! You need 4.00 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 %}