/**
  * get_subform - just a wrapper for the above method
  *
  * @access public
  * @param string $subsection_name
  * @return string
  */
 public static function get_subform_name($subsection_name = '')
 {
     return EE_Template_Layout::prep_form_subsection_key_name($subsection_name);
 }
                    echo EEH_Template::format_currency($registration->ticket()->price() * $ticket_count[$registration->ticket()->ID()]);
                    ?>
</td>
					</tr>
				</table>
			</div>
				<?php 
                }
                ?>
			<?php 
            }
            ?>

			<?php 
            // ATTENDEE QUESTIONS
            $reg_form = EE_Template_Layout::get_subform_name($registration->reg_url_link());
            echo ${$reg_form};
            ?>

		</div>
<?php 
            $prev_event = $registration->event()->ID();
            $prev_ticket = $registration->ticket()->ID();
        }
        // if ( $registration instanceof EE_Registration )
    }
    // end foreach ( $registrations as $registration )
    echo $default_hidden_inputs;
}
// end if ( count( $registrations ) > 0 )
?>