{% extends 'base.html' %} {% load static %} {% block title %}Job Posting Generator Agent - NetCop AI Hub{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Job Posting Generator

Create professional job postings with AI-powered content generation

Your Wallet

πŸ’³
{{ user.wallet_balance|floatformat:2 }} AED
Available Balance
{% 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

⏳ Processing Status

πŸ’Ό
Creating Job Posting...
Crafting professional job description...

βœ… Generated Job Posting

βœ… Complete
{% endblock %} {% block extra_js %} {% endblock %}