<?php 
    echo get_the_organization_city();
    ?>
  <?php 
    echo get_the_organization_state();
    ?>
 <?php 
    echo get_the_organization_zip();
    ?>
<br />
                <?php 
    echo get_the_organization_phone();
    ?>
<br />
                <?php 
    echo epl_anchor(get_the_organization_website(), 'Visit Website');
    ?>
<br />
            </div>
        <?php 
}
?>
    </div>

    <div class ="register_button_wrapper" style="clear:both;">

        <?php 
echo get_the_register_button();
?>
    </div>
</div>
                            <?php 
            echo get_the_organization_city();
            ?>
  <?php 
            echo get_the_organization_state();
            ?>
 <?php 
            echo get_the_organization_zip();
            ?>
<br />
                            <?php 
            echo get_the_organization_phone();
            ?>
<br />
                            <?php 
            echo get_the_organization_website() != '' ? epl_anchor(get_the_organization_website(), epl__('Visit Website')) : '';
            ?>
<br />
                        </div>

                    <?php 
        }
        ?>


                    <?php 
        echo get_the_instructor_name(true, false);
        ?>
                    <?php 
        echo get_the_attendee_list_link();
        ?>