{% extends 'base.html' %} {% block title %}{{ agent.name }}{% endblock %} {% block content %}

{{ agent.name }}

{{ agent.short_description }}

Your Wallet

šŸ’³
{{ user_wallet_balance|floatformat:2 }} AED
Available Balance

{{ agent.icon|default:"šŸ¤–" }} {{ agent.name }} Details

{% csrf_token %}

ā„¹ļø How It Works

  1. Choose your platform and language
  2. Describe your content and audience
  3. Get AI-generated results
  4. Copy or download your content
{% endblock %}