- .form-group.form-group-lg class=("has-error" if keys.include?("SchuelerBasisdaten.dat[Geschlecht]"))
- label.control-label for="SchuelerBasisdaten.dat[Geschlecht]"
- |Geschlecht
- input.form-control name="SchuelerBasisdaten.dat[Geschlecht]" type='hidden' value=""
- label.radio-inline
- input.form-control name="SchuelerBasisdaten.dat[Geschlecht]" type="radio" value="m"
- |männlich
- label.radio-inline
- input.form-control name="SchuelerBasisdaten.dat[Geschlecht]" type="radio" value="w"
- |weiblich
|