Data Loader class
<% for ctrl in controls %>
%%ctrl.name%%
<% if ctrl.input %>
<% endif %> <% if ctrl.select %>
<% for choice in ctrl.choices %>
%%choice%%
<% endfor %>
<% endif %> <% endfor %>
Apply adjustments