{% extends "../base.html" %} {% load crispy_forms_tags %} {% block page_title %}Streams{% endblock page_title %} {% block content %}
.
{% endif %}| # | Stream Name | {% if can_manage_streams %}Actions | {% endif %}
|---|---|---|
| {{ forloop.counter }} | {{ stream.stream }} | {% if can_manage_streams %}{% endif %} |
Get started by adding your first stream using the button above.