%# %# 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_Choose_a_user')%>

%=l('usp_You_can_modify_individual_users')


% my $control_data = $c->stash('users'); % foreach my $row (@$control_data) { %}
<%=l('usp_Name/Description')%> <%=l('usp_Modify')%>
<%=$c->render_to_string(inline=>$row->{'Description'})%> <%=$c->render_to_string(inline=>$row->{'Modify'})%>
%# Probably finally by a submit. %end