{% load static %} Data Analyzer Agent - NetCop AI Hub

📊 Data Analyzer Agent

Analyze your PDF documents and generate comprehensive insights with statistical analysis and trend detection.

💰 Cost: 5.00 AED
{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %}
{% csrf_token %}

📁 Upload Your Data File

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

🔍 Analysis Type

{% if processing %}
⏳ Processing...
{{ processing_status|default:"Analyzing your data file..." }}
{% endif %}

💳 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 PDF files for analysis
  • Choose your analysis depth
  • Get AI-powered insights
  • Download comprehensive reports
{% if analysis_results %}

Data Analysis Results

✅ Complete

📊 Analysis Report

{{ analysis_results.analysis|default:""|cut:"(Demo mode - N8N integration will be activated in production)" }}
{% if analysis_results.file_info %}
📄 File Information
File: {{ analysis_results.file_info.name }}
Size: {{ analysis_results.file_info.size }}
Type: {{ analysis_results.file_info.type }}
Processed: {{ analysis_results.processed_at|date:"F j, Y g:i A" }}
{% endif %}
{% endif %}