[%# HTML fragment for the notification subscription interface on /manage/settings
#
# Authors:
# Jen Griffin
#
# Copyright (c) 2023 by Dreamwidth Studios, LLC.
#
# This program is free software; you may redistribute it and/or modify it under
# the same terms as Perl itself. For a copy of the license, please reference
# 'perldoc perlartistic' or 'perldoc perlgpl'.
-%]
[%- CALL dw.active_resource_group( "jquery" ) -%]
[%- dw.need_res( { group => "jquery" }, "js/notifications.js",
"js/components/jquery.select-all-special.js",
"stc/css/components/select-all.css" ) -%]
[% IF has_admin_form %]
[% END %]
[% IF has_user_form %]
[% IF has_user_form; form.submit( value = dw.ml( ".btn.save" ) ); END %]
[% IF viewing_self; del_btn; END %]