{% extends 'base.html' %} {% load rolemgmt_tags %} {% load rmtmgmt_tags %} {% block midpart %}

{{ title }} {% if search_tag %} : {{ count }} found for {{ skills }} {% endif %}

Upload Logs {% if not request.user|get_client_specific_tag %} View Requirements {% endif %} {% with request.user|get_role as role %} {% if role == "Talent Acquisition" or role == "TA" %} {% endif %} {% endwith %} Add Resume
{% if search_key %} Search : {% else %} Search : {% endif %}
{% if not search_tag %} {% endif %} {% if not search_tag %} {% else %} {% endif %} {% if auto_suggest_tag %} {% endif %} {% for r in resume %} {% if not search_tag %} {% endif %} {% if not search_tag %} {% else %} {% endif %} {% if auto_suggest_tag %} {% endif %} {% endfor %}
Name Contact DetailsRequirementExp / CTC / ECTC / NPStage State TAReached Stage Attach to RequirementAction hideRating
{{ r.first_name }} {{ r.last_name }}
{% if search_tag %} {% endif %}
{{ r.mobile }}
{{ r.email }}
{{ r.requirement }}{{ r.experience }} / {{ r.ctc }} / {{ r.ectc }} / {{ r.notice_period }} {% with r.get_stage as resume_stages_list %} {% endwith %}
{{ r|stage_timing|safe }}
{% if r.stage.stage == 'Joining' or r.stage.stage == "Offer" %} {% with r.id|join_date_time as jo %} {% if jo %} Joining Date: {{ jo }} {% endif %} {% endwith %} {% else %} {% with r.id|sch_date_time as sch %} {% if sch %} Scheduled Timing:
{{ sch }}
{% endif %} {% endwith %} {% endif %}
{{ r.created_by.get_full_name }}{{ r.released_stage.stage }} Download | Edit {% if r.get_resume_history %} | History
{% else %} | History
{% endif %} {% if r.assessment_schedule_id %} {% if r.assessment_status %} | Test Details {% else %} |Test Details {% endif %} {% endif %} {% if r.interview_schedule_id %} {% if r.interview_status %} | Interview Details {% else %} |Interview Details {% endif %} {% endif %}
{{ r.get_stage.0.1 }} {{ r.id|get_rating }} Brief Report Detail Report
{% include "sch_joi_com_modal.html" %} {% endblock midpart %}