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