{% extends 'base.html' %} {% load static %} {% block title %}Weather Reporter Agent - NetCop AI Hub{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Weather Reporter

Get real-time weather data from any location worldwide

Your Wallet

đŸ’ŗ
{{ user.wallet_balance|floatformat:2 }} AED
Available Balance

đŸŒ¤ī¸ Weather Report Configuration

{% csrf_token %}
Examples: "New York", "London, UK", "Tokyo, Japan", "37.7749,-122.4194"
{% if user.is_authenticated %} {% if user.wallet_balance >= 2.00 %} {% else %}
Insufficient balance! You need 2.00 AED.
💰 Top Up Wallet {% endif %} {% else %} 🔐 Login to Continue {% endif %}

â„šī¸ How It Works

  1. Enter any city name worldwide
  2. Choose your preferred report type
  3. Get real-time weather data
  4. Copy or download detailed reports

âŗ Processing Status

âŗ
Getting Weather Data...
Fetching real-time weather information...

📊 Weather Report

Success
{% endblock %}