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

{{ title }}

{% if request|check_user_role != 'bd' %}

Resume Status count

More info
{% endif %} {% if request|check_user_role != 'ta' %}

Requirement Status

More info
{% endif %} {% if status == 'resume' %}
Present Week
Present Month
Old Reports
{% csrf_token %}
{% elif status == 'requirement' %} {% endif %}
{% if show_tag %}
Selections {{ selections }} TA ACTIVITY REPORT
Now Show (Interviews) {{ interview_noshows }} {% if week_number %} WEEK {{ week_number }} {% else %} MONTH {{ current_month }}{% endif %}th - From {{ start_date }} to {{ end_date }}
Now Show (Joining) {{ joining_noshows }} Submitted by:Neha Jain
Sourcing COL Internal Shortlisted Sent TO Client Interview Schedules Offer Joining Feedback Pending Profiles Now Shows (Interview) Now Shows (Joining)
Total {{ sourcing_total }} {{ col_total }} {{ internal_sl_total }} {{ sent_to_client_total }} {{ client_interview_total }} {{ offer_total }} {{ joining_total }} {{ feedback_pending }} {{ interview_noshows }} {{ joining_noshows }}
%
{% for client in client_list %} {% if time_span == "week" %} {% elif time_span == "old" %} {% else %} {% endif %} {% if time_span == "week" %} {% elif time_span == "old" %} {% else %} {% endif %} {% if time_span == "week" %} {% elif time_span == "old" %} {% else %} {% endif %} {% if time_span == "week" %} {% elif time_span == "old" %} {% else %} {% endif %} {% if time_span == "week" %} {% elif time_span == "old" %} {% else %} {% endif %} {% if time_span == "week" %} {% elif time_span == "old" %} {% else %} {% endif %} {% if time_span == "week" %} {% elif time_span == "old" %} {% else %} {% endif %} {% if time_span == "week" %} {% elif time_span == "old" %} {% else %} {% endif %} {% if time_span == "week" %} {% elif time_span == "old" %} {% else %} {% endif %} {% if time_span == "week" %} {% elif time_span == "old" %} {% else %} {% endif %} {% endfor %}
Client Sourcing COL Internal Shortlisted Sent TO Client Interview Schedules Offer Joining Feedback Pending Profiles Now Shows (Interview) Now Shows (Joining)
{{ client }}{{ client|client_stage_total:"1,1" }}{{ client|client_stage_total:"1,3" }}{{ client|client_stage_total:"1,2" }}{{ client|client_stage_total:"2,1" }}{{ client|client_stage_total:"2,3" }}{{ client|client_stage_total:"2,2" }}{{ client|client_stage_total:"3,1" }}{{ client|client_stage_total:"3,3" }}{{ client|client_stage_total:"3,2" }}{{ client|client_stage_total:"4,1" }}{{ client|client_stage_total:"4,3" }}{{ client|client_stage_total:"4,2" }}{{ client|client_stage_total:"5,1" }}{{ client|client_stage_total:"5,3" }}{{ client|client_stage_total:"5,2" }}{{ client|client_stage_total:"6,1" }}{{ client|client_stage_total:"6,3" }}{{ client|client_stage_total:"6,2" }}{{ client|client_stage_total:"7,1" }}{{ client|client_stage_total:"7,3" }}{{ client|client_stage_total:"7,2" }}{{ client|feedback_pending:1 }}{{ client|feedback_pending:3 }}{{ client|feedback_pending:2 }}{{ client|interview_noshows:1 }}{{ client|interview_noshows:3 }}{{ client|interview_noshows:2 }}{{ client|joining_noshows:1 }}{{ client|joining_noshows:3 }}{{ client|joining_noshows:2 }}
%
{% for ta in ta_list %} {% if time_span == "week" %} {% elif time_span == "old" %} {% else %} {% endif %} {% if time_span == "week" %} {% elif time_span == "old" %} {% else %} {% endif %} {% if time_span == "week" %} {% elif time_span == "old" %} {% else %} {% endif %} {% if time_span == "week" %} {% elif time_span == "old" %} {% else %} {% endif %} {% if time_span == "week" %} {% elif time_span == "old" %} {% else %} {% endif %} {% if time_span == "week" %} {% elif time_span == "old" %} {% else %} {% endif %} {% if time_span == "week" %} {% elif time_span == "old" %} {% else %} {% endif %} {% if time_span == "week" %} {% elif time_span == "old" %} {% else %} {% endif %} {% if time_span == "week" %} {% else %} {% elif time_span == "old" %} {% endif %} {% if time_span == "week" %} {% elif time_span == "old" %} {% else %} {% endif %} {% if time_span == "week" %} {% elif time_span == "old" %} {% else %} {% endif %} {% if time_span == "week" %} {% elif time_span == "old" %} {% else %} {% endif %} {% endfor %}
TA Sourcing COL Internal Shortlisted Sent TO Client Interview Schedules Offer Joining Joining No Show Remarks on Joining No Show Feedback Pending Profiles Now Shows (Interview) Now Shows (joining)
{{ ta.first_name }}{{ ta|ta_stage_total:"1,1" }}{{ ta|ta_stage_total:"1,3" ,"dat" }}{{ ta|ta_stage_total:"1,2" }}{{ ta|ta_stage_total:"2,1" }}{{ ta|ta_stage_total:"2,3" }}{{ ta|ta_stage_total:"2,2" }}{{ ta|ta_stage_total:"3,1" }}{{ ta|ta_stage_total:"3,3" }}{{ ta|ta_stage_total:"3,2" }}{{ ta|ta_stage_total:"4,1" }}{{ ta|ta_stage_total:"4,3" }}{{ ta|ta_stage_total:"4,2" }}{{ ta|ta_stage_total:"5,1" }}{{ ta|ta_stage_total:"5,3" }}{{ ta|ta_stage_total:"5,2" }}{{ ta|ta_stage_total:"6,1" }}{{ ta|ta_stage_total:"6,3" }}{{ ta|ta_stage_total:"6,2" }}{{ ta|ta_stage_total:"7,1" }}{{ ta|ta_stage_total:"7,3" }}{{ ta|ta_stage_total:"7,2" }}{{ ta|ta_joinig_noshows:1 }}{{ ta|ta_joinig_noshows:3 }}{{ ta|ta_joinig_noshows:2 }}remarksremarksremarks{{ ta|ta_feedback_pending:1 }}{{ ta|ta_feedback_pending:3 }}{{ ta|ta_feedback_pending:2 }}{{ ta|ta_interview_noshows:1 }}{{ ta|ta_interview_noshows:3 }}{{ ta|ta_interview_noshows:2 }}{{ ta|ta_joining_noshows:1 }}{{ ta|ta_joining_noshows:3 }}{{ ta|ta_joining_noshows:2 }}
{{ ta.first_name }} Remarks
{% endif %} {% endblock midpart %}