{% if not jQuery.isEmptyObject(data) %}
{{ __("Interview") }} | {{ __("Interview Round") }} | {{ __("Status") }} | {{ __("Expected Rating") }} | {{ __("Rating") }} |
---|---|---|---|---|
{%= key %} | {%= value["interview_round"] %} | {%= value["status"] %} | {% let right_class = ''; %} {% let left_class = ''; %} {% $.each([value["expected_average_rating"], value["average_rating"]], (_, val) => { %}{% }); %} |
No Interview has been scheduled.
{% endif %}