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

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