{% load recruitmentfilters %}

{{history.0.name}} history

{% for candidate_history in history %} {% if candidate_history.stage_id != None %} {% endif %} {% endfor %}
Stage Scheduled Updated at Changed by
{{candidate_history.stage_id}} {% if candidate_history.schedule_date != None %} {{candidate_history.schedule_date}} {% endif %} {% if candidate_history.history_date == None %} {{candidate_history.history_date}} {% else %} {{candidate_history.history_date}} {% endif %} {{candidate_history.history_user_id|employee}}