{% load i18n %} {% if instance.employee_shift.all %} {% for shift in instance.employee_shift.all %} {{shift}}
{% endfor %} {% else %} {% trans "Nil" %} {% endif %}