%# %# Generated by SM2Gen version:0.9(20Jan2025) Chameleon version:4.5.4 On Python:3.12.3 at 2025-04-23 10:18:18 %#
% if (config->{debug} == 1) {
			%= dumper $usp_data
		
% } % my $btn = l('usp_APPLY'); %= form_for "userpanelsu" => (method => 'POST') => begin % param 'trt' => $usp_data->{trt} unless param 'trt'; %= hidden_field 'trt' => $usp_data->{trt} %# Inputs etc in here.

<%=l('usp_Allocate_panels_to_a_user')%>

<%=l('usp_Select_panels_for_user')%>


% my $control_data = $c->stash('panels'); % foreach my $row (@$control_data) { %}
<%=l('Panel')%> <%=l('usp_Description')%> <%=l('usp_Select')%>
<%=$c->render_to_string(inline=>$row->{'Panel'})%> <%=$c->render_to_string(inline=>$row->{'Description'})%> <%=$c->render_to_string(inline=>$row->{'Select'})%>
%= submit_button l('usp_Save'), class => 'action subm' %# Probably finally by a submit. %end