{% extends 'base.html' %} {% load static %} {% block title %}Data Analyzer - Quantum Tasks AI{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% include "workflows/components/agent_header.html" with agent_title="Data Analyzer" agent_subtitle="AI-powered analysis of your data files with comprehensive insights" %} {% include "workflows/components/quick_agents_panel.html" %}

📊 Data Analysis Configuration

{% csrf_token %}
📁
Click to upload or drag and drop
PDF files only
Supported format: PDF files only. Max size: 10MB
Choose the type of analysis for your data file
{% if user.is_authenticated %} {% if user.wallet_balance >= agent_config.price %} {% else %}
Insufficient balance! You need {{ agent_config.price }} AED.
💰 Top Up Wallet {% endif %} {% else %} 🔐 Login to Continue {% endif %}

â„šī¸ How It Works

  1. Upload your PDF file
  2. Choose analysis type and preferences
  3. Our AI analyzes your data
  4. Get comprehensive insights and reports
{% include "workflows/components/processing_status.html" with status_title="Analyzing Your Data..." status_text="Please wait while our AI processes your file..." %} {% include "workflows/components/results_container.html" with results_title="Analysis Results" %}
{% endblock %} {% block extra_js %} {% endblock %}