4 <li><?php echo '<?php echo '?>$url_helper->link_to($text_helper->translate('Back to overview'), array('action' => 'listing'))?></li>
5 <li><?php echo '<?php echo '?>$url_helper->link_to($text_helper->translate('Show this <?php echo AkInflector::humanize($singular_name)?>'), array('action' => 'show', 'id'=>$<?php echo $singular_name?>->getId()))?></li>
10 <h1>_{<?php echo AkInflector::humanize($plural_name)?>}</h1>
12 <?php echo '<?php echo '?> $form_tag_helper->start_form_tag(array('action'=>'edit', 'id' => $<?php echo $singular_name?>->getId())) ?>
15 <h2>_{Editing <?php echo AkInflector::humanize($singular_name)?>}</h2>
16 <?php echo '<?php echo '?> $controller->renderPartial('form') ?>
20 <?php echo '<?php echo '.$helper_var_name?>->save() ?> <?php echo '<?php echo '.$helper_var_name?>->cancel()?>
23 <?php echo '<?php echo '?> $form_tag_helper->end_form_tag() ?>