{% extends 'index.html' %} {% block content %} {% load static %} {% load i18n %} {% load recruitmentfilters horillafilters %} {% include 'pipeline/nav.html'%}
{% include 'pipeline/pipeline_tabs.html' %}
{% for rec in recruitment %} {% if request.user|stage_manages:rec or perms.recruitment.view_recruitment %}
{% for stage in rec.stages %}
{{stage.list|length}}
    {% if perms.recruitment.change_stage or request.user|recruitment_manages:rec%}
  • {% trans "Edit" %}
  • {% endif %} {% if perms.recruitment.delete_stage %}
  • {% csrf_token %}
  • {% endif %}
{% if perms.recruitment.add_candidate or request.user|is_stagemanager %} {% endif %}
{% for cand in stage.list %} {% if cand.is_active %}
{{cand}} {% if request.user|stage_manages:rec or perms.recruitment.add_candidaterating %} {% with request.user.employee_get.candidate_rating.all as candidate_ratings %} {% if candidate_ratings|has_candidate_rating:cand %}
{% csrf_token %}
{% for i in "54321" %} {% endfor %}
{% else %}
{% csrf_token %}
{% for i in "54321" %} {% endfor %}
{% endif %} {% endwith %} {% endif %}
{% endif %} {% endfor %} {% comment %} {% if stage.list.number %}
{% endif %} {% endcomment %}
{% endfor %} {% if perms.recruitment.add_stage or request.user|recruitment_manages:rec %}
{% endif %}
{% endif %} {% endfor %}
{% trans "Page" %} {{ recruitment.number }} {% trans "of" %} {{ recruitment.paginator.num_pages }}.
{% include 'pipeline/footer_components.html' %} {% endblock content %}