{% load rolemgmt_tags %} {% load rmtmgmt_tags %} {% if fl_list %}
FL | {% for stage in stages %}{{ stage.stage }} | {% endfor %}Feedback Pending | Interview No Shows | Joining No Shows | ||||
---|---|---|---|---|---|---|---|---|
{{ data.0.first_name }} {{ data.0.last_name }}
Cumulative % |
{% for stage in stages %}
{% with data.0|get_ta_resumes:data.1|get_stage_resumes:stage as count %}
{% if count %}
{{ count }}
{% with data.0|get_ta_resumes:data.1|resume_percentage:stage as per %}
{{ per.1 }} {% endwith %} |
{% else %}
0 0.0 |
{% endif %}
{% endwith %}
{% endfor %}
{% with data.0|get_ta_feedback_pending:data.1 as count %}
{% if count %}
{{ count }} | {% else %}0 | {% endif %} {% endwith %} {% with data.0|get_ta_interview_no_show:data.1 as count %} {% if count %}{{ count }} | {% else %}0 | {% endif %} {% endwith %} {% with data.0|get_ta_joining_no_show:data.1 as count %} {% if count %}{{ count }} | {% else %}0 | {% endif %} {% endwith %}