{% extends 'base.html' %} {% load rmtmgmt_tags %} {% block midpart %}
Client Name | Requirement ID | Group Name | Position | Skills | Manager | Experience | Selections / Total Positions | Position Status | Created Date | Action | {% if not request.user|get_client_specific_tag %}Acceptance Status | {% endif %}
---|---|---|---|---|---|---|---|---|---|---|---|
{{ r.client.name }} - {{ r.client.location }} | {{ r.client_requirement_id }} | {{ r.name }} | {{ r.position_name }} | {{ r.skills }} | {{ r.manager }} | {{ r.min_exp }} | {{ r.id|selections }} / {{ r.open_position }} | {{ r.get_position_status_display }} | {{ r.created_on }} | View | {% if not request.user|get_client_specific_tag %}{% if request.user|get_acceptance_tag:r == 1 %} Accepted {% else %} Rejected {% endif %} | {% endif %}