{% load rolemgmt_tags %} {% load rmtmgmt_tags %}
Stages |
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Requirement | Client Name | Manager | Selections / Total Positions | In Progress/ Rejected /No Show / Total | {% for stage in stages %}{{ stage.stage }} | {% endfor %}All | ||||||
{% with r.id|req_age as age %} {% if age <= 15 %} {% elif age > 15 and age <= 30 %} {% else %} {% endif %} {{ r.get_position_status_display }} {% if r.today_tag and r.position_status != 4 %} Current {% elif r.position_status != 4 %} {% endif %} {% endwith %} |
{{ r.position_name }}
communication |
{{ r.client.name }} | {{ r.manager }} | {{ r.id|selections }}/{{r.open_position}} | {{ r.id|get_inprogress }} | {% for stage in stages %} {% with r.id|get_stage_count:stage.id as stage_count %} {% if stage_count %}{% if r.id|internal_resume_count:company|count_i_resume:stage.id == 0 %} {% else %} {% endif %} {% if r.id|external_resume_count:company|count_e_resume:stage.id == 0 %} {% else %} {% endif %} | {% else %}0 | {% endif %} {% endwith %} {% endfor %} {% if r.id|get_stage_count:0 %}All | {% else %}All | {% endif %}