{% extends 'base.html' %} {% load static %} {% block title %}Social Ads Generator Agent - NetCop AI Hub{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Social Ads Generator

Create compelling social media advertisements optimized for different platforms

Your Wallet

πŸ’³
{{ user.wallet_balance|floatformat:2 }} AED
Available Balance
{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %}

πŸ“’ 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 >= 7.00 %} {% else %}
Insufficient balance! You need 7.00 AED.
πŸ’° Top Up Wallet {% endif %} {% else %} πŸ”‘ Login to Continue {% endif %}

πŸ’‘ How It Works

  1. πŸ“ Describe your product/service
  2. πŸ“± Select target platforms
  3. 🎯 Choose campaign objective & tone
  4. ✨ Get platform-optimized ad copy
πŸ“’
Creating Social Ads...
Generating engaging ad content...
Processing your request...
βœ…

Generated Social Ads

βœ… Complete
{% endblock %} {% block extra_js %} {% endblock %}