{% load static %} {% load audit_filters %} {% load i18n %} {% if candidate.candidate_rating.all %}
{% for rate in candidate.candidate_rating.all %}
{{rate.employee_id}}
{% comment %}
{% endcomment %}
{% endfor %}
{% else %}
{% trans " There are no ratings to display at the moment." %}
{% endif %}