is_locked_topic

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 "is_locked_topic".
... in topic.naml
1593
1594
1595
1596
1597
1598
<macro name="is_locked_topic" requires="node">
    <n.both>
        <condition1.node_has_permission.reply_permission />
        <condition2.not.groups_have_permission groups="[n.anyone_group/]" permission="[n.reply_permission/]" />
    </n.both>
</macro>