{% extends 'base.html' %} {% load static %} {% block title %}Job Posting Generator Agent - NetCop AI Hub{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% 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)

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

Generated Job Posting

βœ… Complete

πŸ’³ 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 >= 4.00 %} {% else %}
Insufficient balance! You need 4.00 AED.
πŸ’° Top Up Wallet {% endif %} {% else %} πŸ”‘ Login to Continue {% endif %}

πŸ’‘ How it works

  • Fill in job details and requirements
  • Add company info and benefits
  • Choose posting style and tone
  • Get professional job description
{% endblock %} {% block extra_js %} {% endblock %}