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

{{ title }}

{% if search_key %} Search : {% else %} Search : {% endif %} View Client Add Requirement Auto Suggest {% with request.user|get_role as role %} {% if role == "Business Development" and request.company.id != 1 %} {% endif %} {% endwith %}
{% for r in req %} {% endfor %}
Allocation Client Name Requirement ID Group Name - Manager Position Skills Experience Selections / Total Positions Position Status Action hide
Internal {% if r.allocated %} {% else %} {% endif %} {% if r.company == request.company %} External {% if r.allocated %} {% else %} {% endif%} {% else %} External {% if r.allocated %} {% else %} {% endif%} {% endif %} {% with r.id|req_age as req_age %} {% if req_age <= 15 %} {% elif req_age > 15 and req_age <= 30 %} {% else %} {% endif %} {{ r.get_position_status_display }} {% if r.today_tag and r.position_status != 4%} Priority {% elif r.position_status != 4 %} {% endif %} {% endwith %} {{ r.client }} {{ r.client_requirement_id }} {{ r.name }} - {{ r.manager }} {{ r.position_name }} {% if r.skills %} {{ r.skills }} {% else %} {% for skill in r|get_skill_p_levels %}
{{ skill.skill.skill_name }} - {{ skill.proficiency_level.level }} {% endfor %} {% endif %}
{{ r.min_exp }} {{ r.id|selections }} /{{ r.open_position }} Edit | View {{ r.get_position_status_display }}
{% endblock midpart %}