{% extends 'material_base.html' %} {% block title %}Channels administration page{% endblock %} {% block description %}Channels administration page of the AYTA system{% endblock %} {% block content %}
{{ channels[channel].get('id') }}
{{ channels[channel].get('added_date') }} | Active: {{ channels[channel].get('active') }} | Videos: {{ channels[channel].get('video_count') }}