{% extends "index.html" %} {% load i18n %} {% block content %} {% include 'work_type_request/work_type_request_nav.html' %}
{% if data %}
{% trans "Rejected" %}
{% endif %}
{% if data %} {% include 'work_type_request/htmx/requests.html' %} {% else %} {% include 'work_type_request/htmx/empty_request.html' %} {% endif %}
{% endblock content %}