fieldset(style="margin-bottom: 20px;") legend(style="font-size: 120%; margin-bottom: 0px; color: orange;") Ehrenamtlichengruppen p Wählen Sie die Gruppen aus, die eine Karte bekommen sollen! button.btn.btn-primary.btn-xs(onclick="$('[data-group]').addClass('send_card_group'); update_button_volunteergroupsselected();") Alle auswählen button.btn.btn-default.btn-xs(onclick="$('[data-group]').removeClass('send_card_group'); update_button_volunteergroupsselected();") Alle abwählen table(width='100%', class='table table-condensed', style='margin-bottom: 10px;') thead tr td Name tbody for grp in volunteergroups tr(onclick="$(this).toggleClass('send_card_group'); update_button_volunteergroupsselected();", style="cursor: pointer;", data-dn="#{grp.dn}", data-group) td #{grp.name}