{% extends "base.html" %} {% comment %} Create Channel Template {% endcomment %} {% block title %} Update New Channel {% endblock %} {% block content %}
{{ form.errors }}
Project {{project}}

WARNING!! Changing the resolution or exceptions might change the data visible in your project. Propagated can be changed to reflect the state of the database. It should not typically be set manually. Click the propagate button to start a background process to propagate the resolution hierarchy of a channel.

{{ form.errors }}
{{ form.subject.errors }}
{{ form.channel_name }}
{{ form.channel_datatype.as_hidden }} {{ form.channel_type.as_hidden }} {{form.project.as_hidden}}
{{ form.subject.errors }}
{{ form.channel_description }}
{{ form.subject.errors }}
{{ form.readonly }}
{{ form.subject.errors }}
{{ form.resolution }}
{{ form.subject.errors }}
{{ form.exceptions }}
{{ form.subject.errors }}
{{ form.propagate }}
{{ form.subject.errors }}
{{ form.starttime }}
{{ form.subject.errors }}
{{ form.endtime }}
{{ form.subject.errors }}
{{ form.startwindow }}
{{ form.subject.errors }}
{{ form.endwindow }}
{{ form.subject.errors }}
{{ form.default }}


{% endblock %}