{% include 'request_viewer/fragments/filter.html' with entity="request" %}
Live Monitoring Status : {% if is_connected %}
●
{% else %}
●
{% endif %}
{% include 'request_viewer/fragments/request/table.html' with paths=paths %}
{% include 'request_viewer/fragments/pagination.html' with paginator=paginator queryset=paths %}
{% include 'request_viewer/fragments/modal.html' with pageTitle="Request" %}