{{ r.first_name }} {{ r.last_name }}
{% if r.hot_pool %}
Hot Pool
{% else %}
Add to Hot Pool
{% endif %}
|
{{ r.mobile }} |
{{ r.email }} | {{ r.requirement }} | {{ r.experience }} / {{ r.ctc }} / {{ r.ectc }} / {{ r.notice_period }} |
{% with r.get_stage as resume_stages_list %}
{% endwith %}
|
{{ r|stage_timing|safe }}
|
|
{% if r.stage.stage == 'Joining' or r.stage.stage == "Offer" %}
{% with r.id|join_date_time as jo %}
{% if jo %}
Joining Date: {{ jo }}
{% endif %}
{% endwith %}
{% else %}
{% with r.id|sch_date_time as sch %}
{% if sch %}
Scheduled Timing: {{ sch }}
{% endif %}
{% endwith %}
{% endif %}
|
{{ r.created_by.get_full_name }} | {{ r.released_stage.stage }} |
|
Download |
Edit
{% if r.get_resume_history %}
| History
{% else %}
| History
{% endif %}
| View
|
{{ r.get_stage.0.1 }} |
{{ r.id|get_rating }}
Brief Report
Detail Report
|