{% extends 'index.html' %} {% load i18n %} {% load static %} {% block content %}

{% trans "Hired Candidates" %}

{% if candidates %}
{% include 'onboarding/candidate_filter.html' %}
{% endif %}
{% if candidates %}
{% trans "Joining Set" %} {% trans "Joining Not-Set" %} {% trans "Portal Not-Sent" %} {% trans "Portal Sent" %}
{% include 'onboarding/candidates.html' %}
{% else %}
Page not found. 404.
{% trans "At present, There are no Candidates onboarding." %}
{% endif %} {% endblock content %}