<!-- begin list_confirm_unsubscribe.tmpl --> 

<!-- tmpl_set name="title" value="Unsubscription Confirmation Sent" -->
<!-- tmpl_set name="show_profile_widget" value="0" --> 

<p>An email message has been sent to the following address:</p>

<ul>
 <li>
  <strong>
  <!-- tmpl_var subscriber.email -->
  </strong>
 </li>
</ul>
 
<p>to confirm that address's <em>removal</em> from the following list: </p>

<ul>
 <li>
  <strong>
  <!-- tmpl_var list_settings.list_name -->
  </strong>
 </li>
</ul>

<p>Upon receiving this message, you will need to follow a confirmation 
URL, located in the message itself.</p>

<p class="text-center">
 <a href="mailto:<!-- tmpl_var list_settings.list_owner_email -->">
  <!-- tmpl_var list_settings.list_owner_email -->
 </a>
</p>


<!-- end list_confirm_unsubscribe.tmpl --> 
