<?php
$this->layout()->setLayout('large');
echo $this->cmsContent('auth-get-access');

?>
<div class="get-access-wizard">
	

<?php


echo $this->form;
        $this->inlineScript()->appendFile( $this->baseUrl('/resources/application/modules/indeego/front.js'));

?>
</div>


