<%= setup_context :type => :user, :title => "New Account" %> <%= form_for @user, :as => "createuser", :url => {:action => :create}, :html => {:class => 'form-horizontal aspace-record-form public-form'} do |f| %>
<%= render_aspace_partial :partial => "toolbar" %>
<% if session['user'] %><%= link_to_help :topic => "user" %><% end %>

<%= I18n.t("actions.new_prefix") %> <%= I18n.t("user._frontend.section.account") %>

<%= form_context :user, @user do |form| %> <%= render_aspace_partial :partial => "users/form", :locals => {:form => form} %>
<%= link_to I18n.t("actions.cancel"), {:controller => :welcome}, :class => "btn btn-cancel btn-default" %>
<% end %>
<% end %>