{% extends "list.html" %} {% block title %}| Streams{% endblock %} {% block content_list %}

Streams

{% for bundle_stream in bundle_stream_list %} {% endfor %}
Pathname Number of bundles Name
{{ bundle_stream.pathname }} {{ bundle_stream.bundles.all.count }} {{ bundle_stream.name }}
{% endblock %} {% block no_content %}

There are no streams yet, you can create one in the admin panel.

{% endblock %}