{% extends 'base.html' %} {% load i18n %} {% load bootstrap4 %} {% block 'content' %}
{% trans "update_restreamconfig_configuration_header" %}

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