{% extends 'base.html' %} {% load static %} {% block title %}Job Posting Generator Agent - NetCop AI Hub{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% include "components/agent_header.html" with agent_title="Job Posting Generator" agent_subtitle="Create professional job postings with AI-powered content generation" %} {% include "components/quick_agents_panel.html" %} {% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %}

πŸ“ Job Posting Details

{% csrf_token %}

Basic Information

Enter the exact position title you're hiring for
Your organization's official name
Provide detailed information about the role and what you're looking for

Job Requirements

Choose the experience level required for this position
Select the type of employment relationship
Specify where the role is based or if it's remote

Additional Details (Optional)

Select the primary language for the job posting
Your company's official website URL
Provide clear application instructions for candidates
{% if user.is_authenticated %} {% if user.wallet_balance >= 4.00 %} {% else %}
Insufficient balance! You need 4.00 AED.
πŸ’° Top Up Wallet {% endif %} {% else %} πŸ”‘ Login to Continue {% endif %}

ℹ️ How It Works

  1. Fill in job details and requirements
  2. Add company info and culture
  3. Choose seniority and contract type
  4. Get professional job posting
{% include "components/processing_status.html" with status_title="Creating Job Posting..." status_text="Crafting professional job description..." %}
{% include "components/results_container.html" with results_title="Generated Job Posting" %}
{% endblock %} {% block extra_js %} {% endblock %}