<% if params[:msg] == "success" %>
Success! Site has been queued for construction. It can take upto 5 - 10 mins. You will be notified on <%= current_user.member_profile.email %> once the site is ready.
<% end %> <% if @server_ability.available %> <%= form_for @site_construct, :url => {:action=>"create"}, :html => {:class => 'form-horizontal main-forms'} do |f| %> <%= render :partial => 'form', :locals => {:f => f} %> <% end %> <% else %> <%= t('client_management.over_the_limit') %> <% end %>