<% content_for :heading do %>

<%= t 'user.terms.heading' %>

<% end %> <%= form_tag({:action => "save"}, { :class => "standard-form fillL col6 pad2" }) do %> <% [['france', 'FR'], ['italy', 'IT'], ['rest_of_world', 'GB']].each do |name, legale| %>
<% end %>
<%= render :partial => "terms" %>
(<%= 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? %>
<%= submit_tag(t('user.terms.agree'), :name => "agree", :id => "agree") %> <%= submit_tag(t('user.terms.decline'), :name => "decline", :id => "decline") %>
<% end %>

<%= t 'user.terms.read and accept' %>

<%= 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' %>