show_assignee

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 "show_assignee".
... in workgroup.naml
550
551
552
553
554
<macro name="show_assignee" requires="node">
    <n.if.is_assigned>
        <then.assignee.name />
    </n.if.is_assigned>
</macro>