{% load rolemgmt_tags %} {% load rmtmgmt_tags %} {% if ta_list %}
{% 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_new|date }} - {{ to_date_new|date }}
{% for stage in stages %} {% endfor %} {% for data in ta_list %} {% if data.0|ta_has_resumes:data.1 %} {% for stage in stages %} {% with data.0|get_ta_resumes:data.1|get_stage_resumes:stage as count %} {% if count %} {% else %} {% endif %} {% endwith %} {% endfor %} {% with data.0|get_ta_feedback_pending:data.1 as count %} {% if count %} {% else %} {% endif %} {% endwith %} {% with data.0|get_ta_interview_no_show:data.1 as count %} {% if count %} {% else %} {% endif %} {% endwith %} {% with data.0|get_ta_joining_no_show:data.1 as count %} {% if count %} {% else %} {% endif %} {% endwith %} {% endif %} {% endfor %}
TA{{ stage.stage }}Feedback Pending Interview No Shows Joining No Shows
{{ data.0.first_name }} {{ data.0.last_name }}
Cumulative %
{{ count }} {% with data.0|get_ta_resumes:data.1|resume_percentage:stage as per %}
{{ per.1 }} {% endwith %}
0
0.0
{{ count }} 0 {{ count }} 0 {{ count }} 0
{% else %}
No results found
{% endif %}