{% extends "base.html" %} {% block title %}Smart Job Platform for Seekers & Employers{% endblock %} {% block content %}

Find Your Dream Job or Perfect Candidate

Workforce connects talented professionals with leading companies. Post jobs, apply with one click, and grow your career or team.

🔹 Employers Post Jobs | 🔹 Job Seekers Apply Free
Categories
All ({{ total }}) {% for cat in categories %} {{ cat.name }} {% endfor %}

Active Jobs

{{ total }} found
{% if jobs %}
{% for job in jobs %}
{{ job.title }}
{% if job.is_new %} New {% endif %} {% if job.deadline_badge %} {{ job.deadline_badge[0] }} {% endif %}
{% if match_scores and match_scores.get(job.id, 0) > 0 %} Match: {{ match_scores[job.id] }}% {% endif %}

{% if job.is_linked and job.company %} {{ job.company.name }} {% elif job.manual_company_name %} {{ job.manual_company_name }} {% else %} Confidential {% endif %}

{{ job.description|striptags|truncate(100) }}

{{ job.category.name }} View
{% endfor %}
{% if pagination.pages > 1 %} {% endif %} {% else %}
No jobs found.
{% endif %}

500+

Jobs Posted

10k+

Active Job Seekers

200+

Companies

98%

Satisfaction Rate

Why Choose Workforce?

A platform built for efficiency and simplicity

{% set features = [ ('fa-rocket','One-Click Apply','Job seekers can apply instantly after completing their profile.'), ('fa-filter','Smart Filtering','Employers get pre-filtered candidates ready to hire.'), ('fa-file-alt','Document Management','Upload CVs, cover letters and certificates securely.'), ('fa-chart-line','Profile Completion','Track your profile strength and readiness.'), ('fa-tags','Category Matching','Get personalized job recommendations instantly.'), ('fa-shield-alt','Secure & Private','Your data is protected and fully controlled.') ] %} {% for icon, title, text in features %}
{{ title }}

{{ text }}

{% endfor %}

Trusted by Thousands

What our users say about Workforce

"Workforce helped me land my dream job in just two weeks. The one-click apply is a game changer."

Sarah Johnson
Sarah Johnson
Software Engineer

"The ready pool feature saved us hours of screening. We found our ideal candidate within days."

Michael Chen
Michael Chen
HR Manager

"The profile system helped me organize everything. I now apply with confidence."

Maria Rodriguez
Maria Rodriguez
Marketing Specialist

Ready to Start Your Journey?

Join thousands of job seekers and employers already using Workforce.

Sign Up Now

Simple 3-Step Process

Get started in minutes

1
Create Account

Sign up as a job seeker or employer in seconds.

2
Build Profile / Post Jobs

Complete your profile or post job openings.

3
Apply / Hire

Apply with one click or find the perfect candidate.

{% endblock %}