{% extends "index.html" %} {% block content %} {% load i18n %} {% load basefilters %} {% load horillafilters %} {% include 'shift_request/shift_request_nav.html' %}
{% if data %}
{% trans "Rejected" %}
{% trans "Select All Shifts" %}
{% trans "Export Shifts" %}
{% endif %}
{% include 'shift_request/htmx/requests.html' %}
{% endblock content %}