{% extends 'base.html' %} {% load bootstrap4 %} {% block 'content' %}
Create new stream configuration

{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% endbuttons %}

Enter a descriptive name, and select one of the applications.

{% endblock %}