{% extends 'base.html' %} {% load rolemgmt_tags %} {% load rmtmgmt_tags %} {% block midpart %}
Stages |
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Requirement | Client Name | Manager | Selections / Total Positions | In Progress/ Rejected /No Show / Total | {% for stage in stages %}{{ stage.stage }} | {% endfor %}All | ||||||
{{ r.get_position_status_display }}
{% if r.today_tag and r.position_status != 4 %}
Current
{% elif r.position_status != 4 %}
{% endif %}
{% if r.id|req_style_check == 1 %}
|
{{ r.position_name }} | {{ r.client.name }} | {{ r.manager }} | {{ r.id|selections }}/{{r.open_position}} | {{ r.id|get_inprogress }} | {% for stage in stages %} {% if r.id|get_stage_count:stage.id %}{{r.id|get_stage_count:stage.id }} | {% else %}0 | {% endif %} {% endfor %} {% if r.id|get_stage_count:0 %}All | {% else %}All | {% endif %}