{% extends 'base.html' %} {% load static %} {% block title %}Top Up Wallet - NetCop Hub{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
← Back to Wallet

💳 Top Up Your Wallet

Add funds to continue using AI agents

{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}

Select Top-Up Amount

Choose how much you'd like to add to your wallet

{% csrf_token %}
10 AED
Basic
100 AED
Best Value
🔒

Secure payment processing • Your data is protected

{% endblock %} {% block extra_js %} {% endblock %}