{% extends "list.html" %} {% block title %}| Streams{% endblock %} {% block content_list %}
Pathname | Number of bundles | Name |
---|---|---|
{{ bundle_stream.pathname }} | {{ bundle_stream.bundles.all.count }} | {{ bundle_stream.name }} |
There are no streams yet, you can create one in the admin panel.
{% endblock %}