[%- CALL dw.active_resource_group( "foundation" ) -%] [%- sections.title = 'Mark Message as Spam' -%]

Are you sure you want to mark this message as spam?

[% dw.form_auth() %]
[% form.checkbox( name = 'spam', id = 'spam', selected = "checked", label = "Mark this message as spam") %]
[% form.checkbox( name = 'ban', id = 'ban', label = "Ban $msg_user.display_name from sending you messages and commenting in your journal.") %]
[% form.hidden( name = 'msgid', value = msgid) %] [% form.submit( name = 'confirm', value = 'Confirm') %]

Note: From the Edit Profile page, you can change your [% site.nameabbrev %] User Messaging settings.