<?php do_action( 'template_notices' ) ?>
<?php do_action( 'bp_before_registration_confirmed' ) ?>
<?php if ( bp_registration_needs_activation() ) : ?>
<p><?php _e( 'You have successfully created your account! To begin using this site you will need to activate your account via the email we have just sent to your address.', 'buddypress' ) ?></p>
<?php else : ?>
<p><?php _e( 'You have successfully created your account! Please log in using the username and password you have just created.', 'buddypress' ) ?></p>
<?php endif; ?>
<?php do_action( 'bp_after_registration_confirmed' ) ?>
<?php endif; // completed-confirmation signup step ?>
<?php do_action( 'bp_custom_signup_steps' ) ?>
</form>
</div>
<?php do_action( 'bp_after_register_page' ) ?>