<%args> $model $all_foods $child_count $error_msg => '' Dish <%$model->id%>
<%$error_msg%>
            

Edit Dish

%for my $i (1..$child_count->{cook}){ %} %for my $i (1..$child_count->{food}){ %} %for my $i (1..$child_count->{step}){ %}
Dish Name:


COOKS
%if ($i == $child_count->{cook}) { %} Cook <%$i%> first name:
Cook <%$i%> last name:
<& child_count_change.html, child_name => 'cook', %ARGS &>

FOOD
%if ($i == $child_count->{food}) { %} Food <%$i%>:
<& child_count_change.html, child_name => 'food', %ARGS &>

STEPS
%if ($i == $child_count->{step}) { %} Step <%$i%>:
<& child_count_change.html, child_name => 'step', %ARGS &>

Go to the dish list