1 <% content_for :heading do %>
 
   2   <h1><%= t ".title" %></h1>
 
   5 <%= bootstrap_form_tag do |f| %>
 
   6   <%= f.form_group :help => link_to(t(".consider_pd_why"), t(".consider_pd_why_url"), :target => :new) do %>
 
   7     <%= f.check_box :consider_pd,
 
   8                     :label => t(".consider_pd"),
 
  10                     :checked => current_user.consider_pd,
 
  11                     :disabled => current_user.consider_pd %>
 
  13   <%= f.primary t(".confirm"), :disabled => current_user.consider_pd %>