{% load i18n static %} {% if requests %}
{% trans "Employee" %}
{% trans "Requested Shift" %}
{% trans "Previous/ Current Shift" %}
{% trans "Actions" %}
{% for shift_request in requests %}
Username
{{shift_request.employee_id}}
{{shift_request.shift_id}}
{{shift_request.previous_shift_id}}
{% endfor %}
{% else %}

{% trans "No records available at the moment." %}

{% endif %} {% if requests.has_next or requests.has_previous %}
{% if requests.has_previous %} {% endif %} {% if requests.has_next %} {% endif %} {% if requests.has_next or requests.has_previous %} {% trans "Page" %} {{ requests.number }} {%trans "of" %} {{requests.paginator.num_pages }} {% endif %}
{% endif %}