<%= t('txt.download_page.thanks', :product => strip_version(@product.name), :version => @product.current_version) %>
<%= hidden_field_tag "download_url", @download_url %>
<%= t('txt.download_page.start') %>
<%= t('txt.download_page.info') %>
<% form_tag @download_url do -%>
<%= submit_button t('txt.common.start_download'), :btn_class => "dbtn-hilight" %>
<% end -%>
<% if @product.has_newsletter? %>
<%= t('txt.download_page.newsletter_product', :product => @product.name) %>
<% else %>
<%= t('txt.download_page.newsletter_general') %>
<% end %>
<% remote_form_for newsletter_subscription, :html => { :onsubmit => "if (!validate_newsletter_form(this)) return false" } do |f| -%>
<%= hidden_field_tag "form_id", "#new_subscription" %>
<%= f.label :first_name, t("txt.common.first_name") %>
<%= f.text_field :first_name, :class => "name stressed" %>
<%= f.label :email, t("txt.common.your_email") %>
<%= f.text_field :email, :class => "email stressed" %>
<%= subscription_lists('download-page', @product) %>
<%= subscribe %>
<% end -%>