{% extends "django_rakaia/base.html" %} {% block title %}Stream: {{ stream_id }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %} ← Back to Streams {% if exists %}

{{ stream_id }}

Live Updates
Connected to event stream
{{ stats.event_count }}
Total Events
{{ stats.min_offset }}
First Offset
{{ stats.max_offset }}
Last Offset
New Events

Events

Loading events...
Fetching stream data via API
{% else %}

Stream Not Found

Stream {{ stream_id }} does not exist yet.

Events will appear here when a model with this stream ID is saved.

{% endif %} {% endblock %} {% block extra_js %} {% endblock %}