{% extends 'base.html' %} {% load rolemgmt_tags %} {% load rmtmgmt_tags %} {% block midpart %}
Summary | {% if request.user|get_client_specific_tag %}Client Specific Details | {% endif %} {% if not request|get_fl_tag %} {% if show_ta_tag %}TA Specific Details | {% else %}TA Specific Details | {% endif %} {% endif %} {% if not request|get_ta_tag and not request|client_pc_tag %} {% if show_fl_tag %}FL Specific Details | {% else %}FL Specific Details | {% endif %} {% endif %} {% if request.user|get_client_specific_tag %}Funnel Report | {% endif %}
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 %} | {{ stage.stage }} | {% endfor %}Feedback Pending | Interview No Shows | Joining No Shows | ||||
---|---|---|---|---|---|---|---|---|
Total Cumulative % |
{% for stage in stages %}
{% with resume_obj|get_resume_count:stage as count %}
{% if count %}
{{ count }}
{% with resume_obj|resume_percentage:stage as per %}
{{ per.1 }} {% endwith %} |
{% else %}
0 0.0 |
{% endif %}
{% endwith %}
{% endfor %}
{% with resume_obj|all_feedback_pending as count %}
{% if count %}
{{ count }} | {% else %}0 | {% endif %} {% endwith %} {% with resume_obj|interview_no_show as count %} {% if count %}{{ count }} | {% else %}0 | {% endif %} {% endwith %} {% with resume_obj|joining_noshows as count %} {% if count %}{{ count }} | {% else %}0 | {% endif %} {% endwith %}
Client | {% for stage in stages %}{{ stage.stage }} | {% endfor %}Feedback Pending | Interview No Shows | Joining No Shows | ||||
---|---|---|---|---|---|---|---|---|
{{ client.name }}
Cumulative % |
{% for stage in stages %}
{% with client|get_client_resumes:resume_obj|get_stage_resumes:stage as count %}
{% if count %}
{{ count }}
{% with client|get_client_resumes:resume_obj|resume_percentage:stage as per %}
{{ per.1 }} {% endwith %} |
{% else %}
0 0.0 |
{% endif %}
{% endwith %}
{% endfor %}
{% with client|get_client_feedback_pending:resume_obj as count %}
{% if count %}
{{ count }} | {% else %}0 | {% endif %} {% endwith %} {% with client|get_client_interview_no_show:resume_obj as count %} {% if count %}{{ count }} | {% else %}0 | {% endif %} {% endwith %} {% with client|get_client_joining_no_show:resume_obj as count %} {% if count %}{{ count }} | {% else %}0 | {% endif %} {% endwith %}
TA | {% for stage in stages %}{{ stage.stage }} | {% endfor %}Feedback Pending | Interview No Shows | Joining No Shows | ||||
---|---|---|---|---|---|---|---|---|
{{ ta.first_name }} {{ ta.last_name }}
Cumulative % |
{% for stage in stages %}
{% with ta|get_ta_resumes:resume_obj|get_stage_resumes:stage as count %}
{% if count %}
{{ count }}
{% with ta|get_ta_resumes:resume_obj|resume_percentage:stage as per %}
{{ per.1 }} {% endwith %} |
{% else %}
0 0.0 |
{% endif %}
{% endwith %}
{% endfor %}
{% with ta|get_ta_feedback_pending:resume_obj as count %}
{% if count %}
{{ count }} | {% else %}0 | {% endif %} {% endwith %} {% with ta|get_ta_interview_no_show:resume_obj as count %} {% if count %}{{ count }} | {% else %}0 | {% endif %} {% endwith %} {% with ta|get_ta_joining_no_show:resume_obj as count %} {% if count %}{{ count }} | {% else %}0 | {% endif %} {% endwith %}
FL | {% for stage in stages %}{{ stage.stage }} | {% endfor %}Feedback Pending | Interview No Shows | Joining No Shows | ||||
---|---|---|---|---|---|---|---|---|
{{ fl.first_name }} {{ fl.last_name }}
Cumulative % |
{% for stage in stages %}
{% with fl|get_ta_resumes:resume_obj|get_stage_resumes:stage as count %}
{% if count %}
{{ count }}
{% with fl|get_ta_resumes:resume_obj|resume_percentage:stage as per %}
{{ per.1 }} {% endwith %} |
{% else %}
0 0.0 |
{% endif %}
{% endwith %}
{% endfor %}
{% with fl|get_ta_feedback_pending:resume_obj as count %}
{% if count %}
{{ count }} | {% else %}0 | {% endif %} {% endwith %} {% with fl|get_ta_interview_no_show:resume_obj as count %} {% if count %}{{ count }} | {% else %}0 | {% endif %} {% endwith %} {% with fl|get_ta_joining_no_show:resume_obj as count %} {% if count %}{{ count }} | {% else %}0 | {% endif %} {% endwith %}
Selections | {{ selections }} |
Interview No Shows | {{ interview_noshows }} |
Joining No Show | {{ joining_noshows }} |
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 %}
|
{{ 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 }} |
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 |