{% extends 'material_base.html' %} {% block title %}Channel administration page{% endblock %} {% block description %}Channel administration page of the AYTA system{% endblock %} {% block content %}

{{ channelInfo.original_name }} administration page

The update actions below directly apply to the database!

{% for item in channelInfo %}
{{ item }}
{% if channelInfo.get(item) is boolean %}
{% elif channelInfo.get(item).__class__.__name__ == 'datetime' %}
{% else %}
{% endif %}
{% endfor %}
{% endblock %}