{% load i18n static recruitmentfilters horillafilters %} {% for cand in candidates %}
{{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 %}
{% for interview_schedule in cand.candidate_interview.all %} {% if interview_schedule.interview_date|date:"Y-m-d" == now|date:"Y-m-d" %}
alarm_on {% trans "INTERVIEW : Today at" %} {{interview_schedule.interview_time}} {% trans "with" %} {% for emp in interview_schedule.employee_id.all %} {{emp}}, {% endfor %}
{% endif %} {% endfor %}
{% endfor %} {% if candidates.has_previous or candidates.has_next %} {% if candidates.number %}
{% endif %} {% endif %}