%# %# Generated by SM2Gen version:0.9(20Jan2025) Chameleon version:4.5.4 On Python:3.12.3 at 2025-09-06 06:03:54 %#
%# % if (config->{debug} == 1) {
			%= dumper $ex1_data
		
% } % my $btn = l('SAVE'); % $c->param(Selected => undef); #This may need deleting for a params panel - only needed for a table %= form_for "example1u" => (method => 'POST') => begin % param 'trt' => $ex1_data->{trt} unless param 'trt'; %= hidden_field 'trt' => $ex1_data->{trt} %# Inputs etc in here.

<%=l('NFS Share Contrib')%>

<%=l('Manage NFS Ibay settings:')%>


% my $control_data = $c->stash('ibays'); % foreach my $row (@$control_data) { %}
<%=l('Name')%> <%=l('Description')%> <%=l('Status')%> <%=l('Action')%>
<%=$c->render_to_string(inline=>$row->{'Name'})%> <%=$c->render_to_string(inline=>$row->{'Description'})%> <%=$c->render_to_string(inline=>$row->{'flag'})%> <%=$c->render_to_string(inline=>$row->{'Modify'})%>
%# .... %# Probably finally by a submit. %= submit_button $btn, class => 'action' %end