% content_for :heading do %>
<%= t 'user.terms.read and accept' %>
<%= form_tag :action => 'terms' do %><%= t 'user.terms.legale_select' %>
<% end %><%= check_box('user', 'consider_pd') %> (<%= link_to(t('user.terms.consider_pd_why'), t('user.terms.consider_pd_why_url'), :target => :new)%>)
<%= hidden_field_tag('referer', h(params[:referer])) unless params[:referer].nil? %><%= raw t 'user.terms.guidance', :summary => 'http://www.osmfoundation.org/wiki/License/Contributor_Terms_Summary', :translations => 'http://www.osmfoundation.org/wiki/License/Contributor_Terms/Informal_Translations' %>
<% end %>