$SetCurrentTab(1)
<% require javascript(framework/thirdparty/tinymce/tiny_mce.js) %>
<% require javascript(themes/openstack/javascript/simple-tinymce.js) %>
<% require themedCSS(profile-section) %>
$Title
<% if Success %>
<% if CurrentMember %>
Your application has been received! Please Edit your profile now.
Your details are as follows:
<% with CurrentMember %>
Name: $Name
Email: $Email
<% end_with %>
Edit Profile
<% include LegalAgreements %>
<% end_if %>
<% else %>
<% if CurrentMember %>
<% if Saved %>
Your Profile has been saved!
<% end_if %>
<% if Error %>
There was a problem saving your profile. Please look for errors below.
<% end_if %>
<% include CurrentUserInfoBox LogOutLink=$Top.LogoutUrl, ResignLink=$Top.ResignUrl %>
<% include ProfileNav %>
$EditProfileForm
$AffiliationEditForm
<% include CompanyAdmin %>
<% else %>