subscription_removed

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "subscription_removed".
... in unsubscribe.naml
46
47
48
49
50
51
52
53
<macro name="subscription_removed" requires="servlet">
    <n.node_page.>
        <n.subscription_msg
            header="[t]Subscription Removed[/t]"
            message="[t]Your subscription to [t.location.page_node.subject/] has been successfully removed.[/t]"
        />
    </n.node_page.>
</macro>