<% content_for :head do %> <%= javascript_include_tag "user" %> <% end %> <% content_for :heading do %>

<%= t ".heading" %>

<% end %> <%= form_tag({ :action => "save" }, { :class => " inner22 standard-form fillL" }) do %>

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

<%= t '.contributor_terms_explain' %>

<% [%w[france FR], %w[italy IT], %w[rest_of_world GB]].each do |name, legale| %>
<% end %>
<%= render :partial => "terms" %>

<%= raw t '.guidance', :summary => 'https://www.osmfoundation.org/wiki/License/Contributor_Terms_Summary', :translations => 'https://www.osmfoundation.org/wiki/License/Contributor_Terms/Informal_Translations' %>

<%= t '.tou_explain' %>

<%= hidden_field_tag("referer", h(params[:referer])) unless params[:referer].nil? %>
<%= submit_tag(t('.agree'), :name => "agree", :id => "agree", disabled: true) %> <%= submit_tag(t('.decline'), :name => "decline", :id => "decline") %>
(<%= link_to(t('.consider_pd_why'), t('.consider_pd_why_url'), :target => :new)%>)
<% end %>