{% extends 'notifpy/base.html' %} {% load static from staticfiles %} {% block body %}

{{channel.title}}

Channel ID {{channel.id}}
Playlist {{channel.playlist_id}}
Priority {{channel.priority_label}}
Filters {% if channel.filter_set.all %} {% for filter in channel.filter_set.all %} {{filter.regex}} {% endfor %} {% else %} None {% endif %}
Last update {{channel.last_update}}
Edit Delete Update

Last videos

{% if videos %} {% else %}

No video found for this channel.

{% endif %} {% endblock %}