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

{{ title }}

{% with request.user|get_role as role %} {% if role == "RMT Admin" or role == "Management" %} {% endif %} {% endwith %}
{% if request|check_user_role != 'bd' %}
{% if show_tag == 1 %}
{% else %}
{% endif %}

Resume

More info
{% endif %} {% if request|check_user_role != 'ta' %} {% if request|check_user_role == 'bd' %}
{% if show_tag == 1 %}
{% else %}
{% endif %}

Resume

More info
{% endif %}
{% if show_tag == 2 %}
{% else %}
{% endif %}

Requirements

More info
{% endif %}
{% if show_tag == 3 %}
{% else %}
{% endif %}

Joinings

More info
{% if status == 'resume' %}
{% if time_span == 'today' %}Today{% else %}Today{% endif %} {% if time_span == 'yesterday' %}Yesterday{% else %}Yesterday{% endif %} {% if time_span == 'week' %}Current Week{% else %}Current Week{% endif %} {% if time_span == 'month' %}Current Month{% else %}Current Month{% endif %} {% if time_span == 'old' %}Old Reports{% else %} Old Reports{% endif %}
{% for year in years_list %}
{{ year }}
{% endfor %}
{% if request|get_ta_tag or request|get_fl_tag %}
{% else %}
{% endif %} {% if request.user|get_client_specific_tag %} {% endif %} {% if not request|get_fl_tag %} {% if show_ta_tag %} {% else %} {% endif %} {% endif %} {% if not request|get_ta_tag and not request|client_pc_tag %} {% if show_fl_tag %} {% else %} {% endif %} {% endif %} {% if request.user|get_client_specific_tag %} {% endif %}
Summary Client Specific Details TA Specific Details TA Specific Details FL Specific Details FL Specific Details Funnel Report
{% elif status == 'requirement' %} {% elif status == "joining" %} {% endif %}
{% if show_tag == 1 %}
{% if time_span != "today" and time_span != "yesterday" %} {% endif %} Summary {% if time_span != "today" and time_span != "yesterday" %} {% if readonly_tag %} {% else %} {% endif %} {% endif %}
TA Activity Report
{{ start_date }} - {{ to_date }}





Selections {{ resume_obj|get_all_selections }}
Interview No Shows {{ resume_obj|interview_no_show }}
Joining No Show {{ resume_obj|joining_noshows }}
{% for stage in stages %} {% endfor %} {% for stage in stages %} {% with resume_obj|get_resume_count:stage as count %} {% if count %} {% else %} {% endif %} {% endwith %} {% endfor %} {% with resume_obj|all_feedback_pending as count %} {% if count %} {% else %} {% endif %} {% endwith %} {% with resume_obj|interview_no_show as count %} {% if count %} {% else %} {% endif %} {% endwith %} {% with resume_obj|joining_noshows as count %} {% if count %} {% else %} {% endif %} {% endwith %}
{{ stage.stage }}Feedback Pending Interview No Shows Joining No Shows
Total
Cumulative %
{{ count }} {% with resume_obj|resume_percentage:stage as per %}
{{ per.1 }} {% endwith %}
0
0.0
{{ count }} 0 {{ count }} 0 {{ count }} 0
{% if time_span != "today" and time_span != "yesterday" %} {% endif %} Client Specific Details {% if time_span != "today" and time_span != "yesterday" %} {% if readonly_tag %} {% else %} {% endif %} {% endif %}
{{ start_date }} - {{ to_date }}
{% for stage in stages %} {% endfor %} {% for client in client_list %} {% if client|client_has_resumes:resume_obj %} {% for stage in stages %} {% with client|get_client_resumes:resume_obj|get_stage_resumes:stage as count %} {% if count %} {% else %} {% endif %} {% endwith %} {% endfor %} {% with client|get_client_feedback_pending:resume_obj as count %} {% if count %} {% else %} {% endif %} {% endwith %} {% with client|get_client_interview_no_show:resume_obj as count %} {% if count %} {% else %} {% endif %} {% endwith %} {% with client|get_client_joining_no_show:resume_obj as count %} {% if count %} {% else %} {% endif %} {% endwith %} {% endif %} {% endfor %}
Client{{ stage.stage }}Feedback Pending Interview No Shows Joining No Shows
{{ client.name }}
Cumulative %
{{ count }} {% with client|get_client_resumes:resume_obj|resume_percentage:stage as per %}
{{ per.1 }} {% endwith %}
0
0.0
{{ count }} 0 {{ count }} 0 {{ count }} 0
{% if time_span != "today" and time_span != "yesterday" %} {% endif %} TA Specific Details {% if time_span != "today" and time_span != "yesterday" %} {% if readonly_tag %} {% else %} {% endif %} {% endif %}
{{ start_date }} - {{ to_date }}
{% for stage in stages %} {% endfor %} {% for ta in ta_list %} {% if ta|ta_has_resumes:resume_obj %} {% for stage in stages %} {% with ta|get_ta_resumes:resume_obj|get_stage_resumes:stage as count %} {% if count %} {% else %} {% endif %} {% endwith %} {% endfor %} {% with ta|get_ta_feedback_pending:resume_obj as count %} {% if count %} {% else %} {% endif %} {% endwith %} {% with ta|get_ta_interview_no_show:resume_obj as count %} {% if count %} {% else %} {% endif %} {% endwith %} {% with ta|get_ta_joining_no_show:resume_obj as count %} {% if count %} {% else %} {% endif %} {% endwith %} {% endif %} {% endfor %}
TA{{ stage.stage }}Feedback Pending Interview No Shows Joining No Shows
{{ ta.first_name }} {{ ta.last_name }}
Cumulative %
{{ count }} {% with ta|get_ta_resumes:resume_obj|resume_percentage:stage as per %}
{{ per.1 }} {% endwith %}
0
0.0
{{ count }} 0 {{ count }} 0 {{ count }} 0
{% if time_span != "today" and time_span != "yesterday" %} {% endif %} FL Specific Details {% if time_span != "today" and time_span != "yesterday" %} {% if readonly_tag %} {% else %} {% endif %} {% endif %}
{{ start_date }} - {{ to_date }}
{% for stage in stages %} {% endfor %} {% for fl in fl_list %} {% if fl|ta_has_resumes:resume_obj %} {% for stage in stages %} {% with fl|get_ta_resumes:resume_obj|get_stage_resumes:stage as count %} {% if count %} {% else %} {% endif %} {% endwith %} {% endfor %} {% with fl|get_ta_feedback_pending:resume_obj as count %} {% if count %} {% else %} {% endif %} {% endwith %} {% with fl|get_ta_interview_no_show:resume_obj as count %} {% if count %} {% else %} {% endif %} {% endwith %} {% with fl|get_ta_joining_no_show:resume_obj as count %} {% if count %} {% else %} {% endif %} {% endwith %} {% endif %} {% endfor %}
FL{{ stage.stage }}Feedback Pending Interview No Shows Joining No Shows
{{ fl.first_name }} {{ fl.last_name }}
Cumulative %
{{ count }} {% with fl|get_ta_resumes:resume_obj|resume_percentage:stage as per %}
{{ per.1 }} {% endwith %}
0
0.0
{{ count }} 0 {{ count }} 0 {{ count }} 0
{% elif show_tag == 2 %}
{% if time_span != "today" and time_span != "yesterday" %} {% endif %} Requirements Report {% if time_span != "today" and time_span != "yesterday" %} {% if readonly_tag %} {% else %} {% endif %} {% endif %}
Fullfillment Progress
{{ start_date }} - {{ to_date }}


Selections {{ selections }}
Interview No Shows {{ interview_noshows }}
Joining No Show {{ joining_noshows }}
{% for req in req_obj %} {% endfor %}
Requirement Details Client # of positions Date of receiving the requirement # of Positions closed so far Sent to client (Feedback Pending) # of Client interviews Scheduled Outlook Status Due Days
{% if req.id|req_style_check == 1 %} {% elif req.id|req_style_check == 2 %} {% else %} {% endif %} {{ req.position_name }} ({{ req.manager }}) {{ req.client.name }} {{ req.no_of_position }} {{ req.created_on }} {{ req.id|closed_positions }} {{ req.id|feedback_pending:resume_obj }} {{ req.id|no_of_clnt_int_schedule:resume_obj }} {{ req.remarks|safe }} {{ req.get_position_status_display }} {{ req.created_on|requirement_due_days }}
{% elif show_tag == 3 %}
{% if time_span != "today" and time_span != "yesterday" %} {% endif %} Joining Report {% if time_span != "today" and time_span != "yesterday" %} {% if readonly_tag %} {% else %} {% endif %} {% endif %}
{% if time_span == "today" or time_span == "yesterday" %} {{ to_date }} {% else %} {{ start_date }} - {{ to_date }} {% endif %}
{% for r in resume_list %} {% endfor %}
Name Contact Details Requirement Exp / CTC / ECTC / NP Stage State Joining Date TA Action
{{ r.first_name }} {{ r.last_name }} {{ r.mobile }}
{{ r.email }}
{{ r.requirement }} {{ r.experience }} / {{ r.ctc }} / {{ r.ectc }} / {{ r.notice_period }} {{ r.stage }} {{ r.status }} {{ r.id|get_joining_date }} {{ r.created_by.get_full_name }} Download {% if r.get_resume_history %} | History {% else %} | History {% endif %} | View
{% endif %} {% endblock midpart %}