{% extends 'layouts/base.html' %} {% load static %} {% block title %}Stream Sessions - Stream Processor{% endblock %} {% block page_title %}Stream Sessions{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Stream Sessions

Monitor and manage streaming sessions

{% if request.GET.search or request.GET.status %} Clear {% endif %}
{% if sessions %}
{% if is_paginated %}
Showing {{ page_obj.start_index }} to {{ page_obj.end_index }} of {{ paginator.count }} sessions
{% endif %} {% else %}

No sessions found

{% if request.GET.search or request.GET.status %}

Try adjusting your search or filter criteria

Clear Filters {% else %}

No streaming sessions have been created yet

Start New Stream {% endif %}
{% endif %}
{% endblock %} {% block extra_js %} {% endblock %}