{% load i18n %} {% include 'pipeline/pipeline_tab.html' %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% for rec in recruitment %}
{% for stage in rec.stage_set.all|dictsort:"sequence" %}
{{stage.active_candidates.all|length}} {{stage}}
{% csrf_token %}
{{candidate_form.name}}
{{candidate_form.email}}
{{candidate_form.mobile}}
{{candidate_form.resume}}
{{candidate_form.profile}}
{% for cand in stage.active_candidates.all %} {% endfor %}
{% endfor %}
{% include 'pipeline/form/stage_drop_down_form.html' %}
{% endfor %}