{% load static %} {% load i18n %}
{% for employee_info in employees_with_pending %} {% endfor %}
{% trans "Employee" %} {% trans "Progress" %}
{{ employee_info.employee.employee_id }}
{{ employee_info.completed_field_count }}% {% trans "Completed" %}
{% if employees_with_pending.has_previous %} {% endif %} {% if employees_with_pending.has_next %} {% endif %} {% if employees_with_pending.has_next or employees_with_pending.has_previous %} {% trans "Page" %} {{ employees_with_pending.number }} {%trans "of" %} {{employees_with_pending.paginator.num_pages }} {% endif %}