{% extends 'base.html' %} {% load static %} {% block title %}Social Ads Generator Agent - 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" %} {% 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 language preferences
  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 %}