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

{{ title }}

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

Resume Status count

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

Resume Status count

More info
{% endif %}

Requirement Status

More info
{% endif %} {% if status == 'resume' %}
Today
Yesterday
Current Week
Current Month
Old Reports
{% for data in display_data %} {% for week in data.1 %} {% endfor %} {% endfor %}
{{ data.0 }}{{ week }}
{% if request|check_user_role != 'bd' %} {% endif %}
Summary Client Specific DetailsTA Specific Details
{% elif status == 'requirement' %}
Today
Yesterday
Current Week
Current Month
Old Reports
{% for data in display_data %} {% for week in data.1 %} {% endfor %} {% endfor %}
{{ data.0 }}{{ week }}
{% endif %}
{% if show_tag == 1 %}
Summary
{% if time_span == "today" or time_span == "yesterday" %} {% else %} {% endif %}
Selections {{ selections }} TA ACTIVITY REPORT
No Show (Interviews) {{ top_data.8 }}{{ to_date }} Reports {% if current_month %} MONTH {{ current_month }}th - {% elif week_number %} WEEK {{ week_number }}th -{% endif %} From {{ start_date }} to {{ to_date }}
No Show (Joining) {{ top_data.9 }} Submitted by:Priyanka Mishra
{% for stage in stages %} {% endfor %} {% if top_data.0%} {% else %} {% endif %} {% if top_data.1%} {% else %} {% endif %} {% if top_data.2%} {% else %} {% endif %} {% if top_data.3%} {% else %} {% endif %} {% if top_data.4%} {% else %} {% endif %} {% if top_data.5%} {% else %} {% endif %} {% if top_data.6%} {% else %} {% endif %} {% if top_data.7%} {% else %} {% endif %} {% if top_data.8%} {% else %} {% endif %} {% if top_data.9%} {% else %} {% endif %}
{{ stage.stage }}Feedback Pending Profiles No Shows (Interview) No Shows (Joining)
Total
%
{{ top_data.0 }}{{ top_data.0 }}{{ top_data.1 }}
{{ top_data.1|cal_percentage:top_data.0 }}
{{ top_data.1 }}
{{ top_data.1|cal_percentage:top_data.0 }}
{{ top_data.2 }}
{{ top_data.2|cal_percentage:top_data.1 }}
{{ top_data.2 }}
{{ top_data.2|cal_percentage:top_data.1 }}
{{ top_data.3 }}
{{ top_data.3|cal_percentage:top_data.2 }}
{{ top_data.3 }}
{{ top_data.3|cal_percentage:top_data.2 }}
{{ top_data.4 }}
{{ top_data.4|cal_percentage:top_data.3 }}
{{ top_data.4 }}
{{ top_data.4|cal_percentage:top_data.3 }}
{{ top_data.5 }}
{{ top_data.5|cal_percentage:top_data.4 }}
{{ top_data.5 }}
{{ top_data.5|cal_percentage:top_data.4 }}
{{ top_data.6 }}
{{ top_data.6|cal_percentage:top_data.5 }}
{{ top_data.6 }}
{{ top_data.6|cal_percentage:top_data.5 }}
{{ top_data.7 }}{{ top_data.7 }}{{ top_data.8 }}{{ top_data.8 }}{{ top_data.9 }}{{ top_data.9 }}
Client Specific Details
{% for stage in stages %} {% endfor %} {% for client in client_data %} {% if client.1 %} {% else %} {% endif %} {% if client.2 %} {% else %} {% endif %} {% if client.3 %} {% else %} {% endif %} {% if client.4 %} {% else %} {% endif %} {% if client.5 %} {% else %} {% endif %} {% if client.6 %} {% else %} {% endif %} {% if client.7 %} {% else %} {% endif %} {% if client.8 %} {% else %} {% endif %} {% if client.9 %} {% else %} {% endif %} {% if client.10 %} {% else %} {% endif %} {% endfor %}
Client{{ stage.stage }}Feedback Pending Profiles No Shows (Interview) Joining No Show
{{ client.0 }} {{ client.1 }}
%
{{ client.1 }}{{ client.2 }}
{{ client.2|cal_percentage:client.1 }}
{{ client.2 }}
{{ client.2|cal_percentage:client.1 }}
{{ client.3 }}
{{ client.3|cal_percentage:client.2 }}
{{ client.3 }}
{{ client.3|cal_percentage:client.2 }}
{{ client.4 }}
{{ client.4|cal_percentage:client.3 }}
{{ client.4 }}
{{ client.4|cal_percentage:client.3 }}
{{ client.5 }}
{{ client.5|cal_percentage:client.4 }}
{{ client.5 }}
{{ client.5|cal_percentage:client.4 }}
{{ client.6 }}
{{ client.6|cal_percentage:client.5 }}
{{ client.6 }}
{{ client.6|cal_percentage:client.5 }}
{{ client.7 }}
{{ client.7|cal_percentage:client.6 }}
{{ client.7 }}
{{ client.7|cal_percentage:client.6 }}
{{ client.8 }} {{ client.8 }}{{ client.9 }} {{ client.9 }}{{ client.10 }} {{ client.10 }}
TA/HR Specific Details
{% for stage in stages %} {% endfor %} {% for ta in ta_data %} {% if ta.1 %} {% else %} {% endif %} {% if ta.2 %} {% else %} {% endif %} {% if ta.3 %} {% else %} {% endif %} {% if ta.4 %} {% else %} {% endif %} {% if ta.5 %} {% else %} {% endif %} {% if ta.6 %} {% else %} {% endif %} {% if ta.7 %} {% else %} {% endif %} {% if ta.8 %} {% else %} {% endif %} {% if ta.9 %} {% else %} {% endif %} {% if ta.10 %} {% else %} {% endif %} {% endfor %}
TA/HR{{ stage.stage }}Feedback Pending Profiles No Shows (Interview) Joining No Show
{{ ta.0 }} {% if ta.1 %} {% endif %} {{ ta.1 }}
%
{{ ta.1 }}{{ ta.2 }}
{{ ta.2|cal_percentage:ta.1 }}
{{ ta.2 }}
{{ ta.2|cal_percentage:ta.1 }}
{{ ta.3 }}
{{ ta.3|cal_percentage:ta.2 }}
{{ ta.3 }}
{{ ta.3|cal_percentage:ta.2 }}
{{ ta.4 }}
{{ ta.4|cal_percentage:ta.3 }}
{{ ta.4 }}
{{ ta.4|cal_percentage:ta.3 }}
{{ ta.5 }}
{{ ta.5|cal_percentage:ta.4 }}
{{ ta.5 }}
{{ ta.5|cal_percentage:ta.4 }}
{{ ta.6 }}
{{ ta.6|cal_percentage:ta.5 }}
{{ ta.6 }}
{{ ta.6|cal_percentage:ta.5 }}
{{ ta.7 }}
{{ ta.7|cal_percentage:ta.6 }}
{{ ta.7 }}
{{ ta.7|cal_percentage:ta.6 }}
{{ ta.8 }}{{ ta.8 }}{{ ta.9 }}{{ ta.9 }}{{ ta.10 }}{{ ta.10 }}
{% elif show_tag == 2 %}
{% if time_span == "today" or time_span == "yesterday" %} {% else %} {% endif %}
Selections {{ selections }} Fulfilment Progress
No Show (Interviews) {{ interview_noshows }}{{ to_date }} Reports {% if current_month %} MONTH {{ current_month }}th - {% elif week_number %} WEEK {{ week_number }}th -{% endif %} From {{ start_date }} to {{ to_date }}
No Show (Joining) {{ joining_noshows }} Submitted by:Anjana Kumari
{% 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|show_date }} {{ req.id|closed_positions }} {{ req.id|feedback_pending:resume_obj }} {{ req.id|no_of_clnt_int_schedule:resume_obj }} {{ req.remarks }} {{ req.get_position_status_display }} {{ req.created_on|requirement_due_days }}
{% endif %} {% endblock midpart %}