Welcome to NetCop Hub
Your platform for AI-powered digital solutions and services.
{% if featured_agents %}
Featured AI Agents
{% for agent in featured_agents %}
{{ agent.get_category_display }}
{{ agent.icon }} {{ agent.name }}
{{ agent.description }}
{{ agent.price_display }}
{% endfor %}
{% else %}
🤖 No Agents Available
Agents are being configured. Please check back later.
{% endif %}
{% if user.is_authenticated %}
Hello {{ user.username }}! Your current balance is {{ user_balance }} AED.
Manage your wallet to start using agents.
{% else %}
Log in to access platform features.
{% endif %}