{% extends 'base.html' %} {% load static %} {% block content %}

We have 0 great job offers you deserve!

Your Dream
Job is Waiting

Recently Added Jobs

My jobs

{% if user.is_employer and employer_jobs %} {% for job in employer_jobs %}

{{ job.title }}

{% if job.job_type == 'full_time' %} Full Time {% elif job.job_type == 'part_time'%} Part Time {% elif job.job_type == 'freelance'%} Freelance {% elif job.job_type == 'internship'%} Internship {% elif job.job_type == 'temporary'%} Temporary {% endif %}
{{ job.location }}
{% endfor %} {% elif user.is_employer and not employer_jobs %}

You don't have a posted job.

{% endif %} {% if user.is_employee %}

You are not an employer.

{% endif %}
{% if is_paginated %}
    {% if page_obj.has_previous %}
  • <
  • {% else %}
  • <
  • {% endif %} {% for i in paginator.page_range %} {% if page_obj.number == i %}
  • {{ i }}
  • {% else %}
  • {{ i }}
  • {% endif %} {% endfor %} {% if page_obj.has_next %}
  • >
  • {% else %}
  • >
  • {% endif %}
{% endif %}
0 Jobs
0 Members
0 Resume
0 Company
Testimonial

Happy Clients

Our Blog

Recent Blog

Even the all-powerful Pointing has no control about the blind texts

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Alias architecto enim non iste maxime optio, ut com

Even the all-powerful Pointing has no control about the blind texts

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Amet nobis natus incidunt officia assumenda.

Even the all-powerful Pointing has no control about the blind texts

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Excepturi obcaecati praesentium,

Even the all-powerful Pointing has no control about the blind texts

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolor minima, dolores quis, dolorum accusamu

{% endblock %}