user_group_list

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 "user_group_list".
... in user_group_list.naml
1
2
3
4
5
6
7
8
<override_macro name="user_group_list" dot_parameter="do">
    <n.user_groups.>
        <n.add.members_group/>
        <n.add.administrators_group/>
        <n.sort/>
        <n.do/>
    </n.user_groups.>
</override_macro>
Overrides default macro
... in change_user_groups.naml
133
134
135
136
137
138
139
140
<macro name="user_group_list" dot_parameter="do">
    <n.user_groups.>
        <n.add.members_group/>
        <n.add.administrators_group/>
        <n.sort/>
        <n.do/>
    </n.user_groups.>
</macro>