{% extends "cosinnus_stream/base.html" %} {% load i18n static cosinnus_tags widget_tweaks %} {% block page_title %} {% if form_view == "add" %} {% trans "Create Stream" %} {% elif form_view == "edit" %} {% blocktrans with stream_name=stream.title %}Edit stream "{{ stream_name }}"{% endblocktrans %} {% endif %} {% endblock page_title %} {% block breadcrumb %} {{ block.super }}
{% trans "There was an error in one of the fields you entered. Please correct it before saving!" %}