{% if not jQuery.isEmptyObject(data) %}
{{ __("Interview") }} | {{ __("Interview Round") }} | {{ __("Date") }} | {{ __("Status") }} | {{ __("Rating") }} |
---|---|---|---|---|
{%= key %} | {%= value["interview_round"] %} | {%= xhiveframework.datetime.str_to_user(value["scheduled_on"]) %} | {%= value["status"] %} | {% let right_class = ''; %} {% let left_class = ''; %}
No Interview has been scheduled.
{% endif %}