3   <%= @text["next_with_decline"] %>
 
   5 <h3><%= @text["introduction"] %></h3>
 
   8     <p><%= @text["section_1"] %></p>
 
   9     <% unless @text['section_1a'].nil? %>
 
  11       <li><%= @text["section_1a"] %></li>
 
  12       <li><%= @text["section_1b"] %></li>
 
  17 <h3><%= @text["rights_granted"] %></h3>
 
  20     <p><%= @text["section_2"] %></p>
 
  23     <p><%= @text["section_3"] %></p>
 
  24     <p><%= @text["active_defn_1"] %></p>
 
  25     <p><%= @text["active_defn_2"] %></p>
 
  28     <p><%= @text["section_4"] %></p>
 
  31     <p><%= @text["section_5"] %></p>
 
  34 <h3><%= @text["limitation_of_liability"] %></h3>
 
  36   <li><p><%= @text["section_6"] %></p></li>
 
  37   <li><p><%= @text["section_7"] %></p></li>
 
  39 <h3><%= @text["miscellaneous"] %></h3>
 
  42     <p id="last"><%= @text["section_8"] %></p>