{% extends 'base.html' %} {% load static %} {% block title %}Job Posting Generator - Quantum Tasks AI{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% include "workflows/components/agent_header.html" with agent_title="Job Posting Generator" agent_subtitle="Create professional job postings that attract top talent" %} {% include "workflows/components/quick_agents_panel.html" %}

đŸ’ŧ Job Posting Configuration

{% csrf_token %}

📝 Basic Information

Provide a detailed description of the role and requirements

đŸŽ¯ Position Details

{% 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. Enter job requirements
  2. Configure position details
  3. AI processes your information
  4. Get professional job posting
{% include "workflows/components/processing_status.html" with status_title="Creating Job Posting..." status_text="Please wait while we generate your professional job posting..." %} {% include "workflows/components/results_container.html" with results_title="Generated Job Posting" %}
{% endblock %} {% block extra_js %} {% endblock %}