| Search : |
|
{% if sch_tag %}
| Total Interview Scheduled |
{{ total_schedules }} |
{% for client in client_interviews %}
| {{ client.0 }} |
{{ client.1 }} |
{% endfor %}
{% else %}
| Total Joined |
{{ total_joined }} |
{% for joined in joined %}
| {{ joined.0 }} |
{{ joined.1 }} |
{% endfor %}
| Total Future Joinees |
{{ total_joinees }} |
{% for joinee in joinees %}
| {{ joinee.0 }} |
{{ joinee.1 }} |
{% endfor %}
{% endif %}
{% if sch_tag %}
{% endif %}
| Name |
Contact Details |
Requirement |
Exp / CTC / ECTC / NP |
Stage |
State |
Date |
TA |
Action |
hide |
hide |
{% include "sch_joi_com_modal.html" %}
{% endblock midpart %}