{% extends 'notifpy/base.html' %} {% load static %} {% block title %}{{channel.title}} | Notifpy{% endblock%} {% block body %}

{{channel.title}}

Edit channel properties

{% csrf_token %} {{ form.as_table }}

Edit channel filters

Current filters

{% if channel.filter_set.all %} {% for filter in channel.filter_set.all %}
{% csrf_token %}
{% endfor %} {% else %}

No filter found for this channel.

{% endif %}

Add a filter

{% csrf_token %}
{% endblock %}