<%= form_tag :action => "finish" do %>

<%= t'export.start.area_to_export' %>

<%= text_field_tag('maxlat', nil, :size => 10, :class => "export_bound") %>
<%= text_field_tag('minlon', nil, :size => 10, :class => "export_bound") %> <%= text_field_tag('maxlon', nil, :size => 10, :class => "export_bound") %>
<%= text_field_tag('minlat', nil, :size => 10, :class => "export_bound") %>
<%= t'export.start.manually_select' %>

<%= t'export.start.format_to_export' %>

<%= t'export.start.licence' %>

<%= raw t'export.start.export_details' %>

<%= t'export.start.too_large.heading' %>

<%= t'export.start.too_large.body' %>

<%= t'export.start.options' %>

<%= t'export.start.options' %>

<%= t'export.start.add_marker' %>

<%= t'export.start.output' %>

<%= t'export.start.paste_html' %>

<%= submit_tag t('export.start.export_button'), :id => "export_commit" %>
<% end %>