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

Weather Reporter

Get detailed weather reports and forecasts for any location worldwide

Your Wallet

đŸ’ŗ
{{ user.wallet_balance|floatformat:2 }} AED
Available Balance
{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %}

đŸŒ¤ī¸ 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
âŗ
Getting Weather Data...
Fetching latest weather information for your location
✅

Weather Report

✅ Complete
{% endblock %} {% block extra_js %} {% endblock %}