{% extends "base.html" %} {% load django_bootstrap5 %} {% block headline %}Reset Channel Notification{% endblock %} {% block subtitle %}{{ channelnotificationsettings.channel }}{% endblock %} {% block content %}

Are you sure, you want to reset the notifications for {{ channelnotificationsettings.channel }} to your global defaults?

{% csrf_token %}
{% bootstrap_button "Yes" button_type="submit" %} {% bootstrap_button "No" button_type="link" extra_classes="ms-auto" href=channelnotificationsettings.get_absolute_url %}
{% endblock %}