<& "/widgets/wrappers/sharky/header.mc",
    title => "View Container",
    context => $context . get_state_data('container_prof', 'crumb')
&>

<form name="theForm" action="<% $r->uri %>" method="post">

<& /widgets/container_prof/container_prof.mc,
    action       => 'view',
    show_summary => 1,
&>

<& '/widgets/buttons/submit.mc',
    disp    => "Up a Level",
    widget  => "container_prof",
    cb      => "up_cb",
    button  => "return_dgreen",
    useTable => 0
&>

</form>

<& /widgets/wrappers/sharky/footer.mc &>


<%once>;
my $disp = get_disp_name('element');
my $sdisp = get_disp_name('story');
my $context = "Workflow | Profile | $sdisp | $disp |";
</%once>