Untitled

mail@pastecode.io avatar
unknown
html
15 days ago
681 B
3
Indexable
Never
<div class="alert alert-light" role="alert">
   There are <strong>{total_customers}</strong> total recepients that match your status and zone
   <hr>
   <ul>
      <li><strong>{total_recepients}</strong> will receive the email as they pass your <strong>"Preferences"</strong> filter. <a href="#">View list</a></li>
      <li><strong>{total_recepients_without_preference}</strong> will NOT receive the email as they do NOT pass your <strong>"Preferences"</strong> filter. <a href="#">View list</a></li>
      <li><strong>{total_recepients_without_email}</strong> will NOT receive the email as they do NOT have an email address on file. <a href="#">View list</a></li>
   </ul>
</div>
Leave a Comment