explain_poll_max_choices

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 "explain_poll_max_choices".
... in poll.naml
492
493
494
495
496
497
498
499
500
<macro name="explain_poll_max_choices">
    <n.if.not.equal value1="[n.poll_max_choices/]" value2="1">
        <then>
            <div class="weak-color" style="font-size:80%">
                <t>You can select up to <t.number.poll_max_choices/> options.</t>
            </div>
        </then>
    </n.if.not.equal>
</macro>