{% extends 'notifpy/base.html' %} {% load static %} {% block title %}{{channel.title}} | Notifpy{% endblock%} {% block body %}
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}} |
No video found for this channel.
{% endif %} {% endblock %}