{% load i18n %}
{% trans "Viewed By" %}
{% for instance in viewed_by %}
{{instance.user.employee_get}} {{instance.created_at}}
{% endfor %}