- {% trans "Feedback Answers" %}
- {% trans "Feedback Overview" %}
{% trans "Employee" %}
{% trans "Status" %}
{% trans "Manager" %}
{% trans "Status" %}
{% trans "Subordinates" %}
{% trans "Status" %}
{% for employee in feedback.subordinate_id.all %}
{% endfor %}
{% trans "Colleague" %}
{% trans "Status" %}
{% for employee in feedback.colleague_id.all %}
{% endfor %}