{% set page_title = 'Unsubscribe?' %} {% extends "base.html" %} {% block style %} {% endblock style %} {% block main %}

Are you sure you want to unsubscribe from these channels?

{% for channel_id, channel_name in unsubscribe_list %} {% endfor %}
{% endblock main %}