{% load rmtmgmt_tags %} {% load rolemgmt_tags %}
{% if resume_obj.stage.stage == "Joining" or resume_obj.stage.stage == "Offer"%} Joining Date:{{ resume_obj.id|join_date_time }} {% else %} {% with resume_obj.id|sch_date_time as sch %} {% if sch %} Scheduled Timing:{{ sch }} {% endif %} {% endwith %} {% endif %}