diff --git a/social_ads_generator/templates/social_ads_generator/detail.html b/social_ads_generator/templates/social_ads_generator/detail.html index cd1a71f..efbf9d7 100644 --- a/social_ads_generator/templates/social_ads_generator/detail.html +++ b/social_ads_generator/templates/social_ads_generator/detail.html @@ -4,156 +4,1343 @@ {% block title %}Social Ads Generator Agent - NetCop AI Hub{% endblock %} {% block extra_css %} - - - - + - {% endblock %} {% block content %} -
-
- - {% if messages %} - {% for message in messages %} -
- {{ message }} -
- {% endfor %} - {% endif %} - - +
+ +
-
-

πŸ“’ Social Ads Generator

+

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 %} @@ -162,129 +1349,205 @@ const AgentUtils = SocialAdsUtils;

πŸ“± 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 %}
-
- - -
-
πŸ“’
-
Creating Social Ads...
-
Generating engaging ad content...
-
- - -
-
-
βœ…
-

Generated Social Ads

-
βœ… Complete
-
-
- -
- -
- - - -
- -
-
-

πŸ’³ Your Wallet

- -
- {% if user.is_authenticated %} - {{ user.wallet_balance|floatformat:2 }} AED - {% else %} - 0.00 AED - {% endif %} -
-
Available Balance
- - {% 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 +

- -
-

πŸ’‘ How it works

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

+ Generated Social Ads +

+
+ βœ… Complete +
+
+ +
+ +
+ +
+ + + +
+
{% endblock %} {% block extra_js %} {% endblock %} \ No newline at end of file