{% load i18n %}
{% trans "Employee" %}
{% trans "User ID" %}
{% trans "Badge ID" %}
{% trans "Fingerprint" %}
{% trans "Work Email" %}
{% trans "Phone" %}
{% trans "Job Position" %}
{% trans "Actions" %}
{% for employee in employees %}
{{employee.employee}}
{{employee.user_id}} {{device_id.machine_ip}} {{device_id.port}}
{{employee.badge_id}}
{{employee.work_email}}
{{employee.phone}}
{{employee.job_position}}
{% comment %} {% endcomment %}
{% endfor %}
{% trans "Page" %} {{ employees.number }} {% trans "of" %} {{ employees.paginator.num_pages }}.