{% extends 'base.html' %} {% load i18n %} {% load bootstrap4 %} {% block 'sidenav' %} {% with 'stream' as section %} {{ block.super }} {% endwith %} {% endblock %} {% block 'content' %}
{% trans "update_stream_configuration_header" %}

{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% endbuttons %}
{% trans "stream_configuration_text_html" %}
{% endblock %}