[%# views/entry/module-access.tt Module for security in the entry form Authors: Afuna Copyright (c) 2014 by Dreamwidth Studios, LLC. This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. For a copy of the license, please reference 'perldoc perlartistic' or 'perldoc perlgpl'. -%]
[% IF customgroups.size > 0 %] [%- WRAPPER components/modal.tt id="js-custom-groups" class="custom-groups" -%]
[% ".header.custom" | ml %]
    [% FOREACH group IN customgroups %]
  • [%- form.checkbox( label = group.label name = "custom_bit" id = "custom-bit-$group.value" value = group.value ) -%]
  • [% END %]
[% ".header.custom_member" | ml %]
[% END %] [% END %]