{% extends 'base.html' %} {% load static %} {% block title %}Data Analyzer Agent - NetCop AI Hub{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %}
{% csrf_token %}

📁 Upload Your Data File

📊
Choose or drag your data file here
Supports PDF, CSV, Excel files (up to 10MB)

🔍 Analysis Type

💳 Your Wallet

{% if user.is_authenticated %} {{ user.wallet_balance|floatformat:2 }} AED {% else %} 0.00 AED {% endif %}
Available Balance
{% if user.is_authenticated %} {% if user.wallet_balance >= 5.00 %} {% else %}
Insufficient balance! You need 5.00 AED.
💰 Top Up Wallet {% endif %} {% else %} 🔑 Login to Continue {% endif %}

💡 How it works

  • Upload your data file (PDF, CSV, Excel)
  • Choose analysis type
  • Get comprehensive insights
  • Download detailed report
📊
Analyzing Your Data...
Processing data file...

Data Analysis Complete

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