${ util.include('header', [title:'Setup: ' + page.title]) } <% def fieldFn = { q, label, valueControl -> %>
<% valueControl(q); %>
<% } %>

Please select/deselect connectivity methods which should be enabled:

<% page.getQuestionsWithLabels().each { %> <% fieldFn(it, it.getLabel(), { q1 -> %> <% }); %> <% } %>
${ util.include('footer') }