{% extends 'base.html.twig' %} {% block title %}Email Preferences | {{ parent() }}{% endblock %} {% block body %}
{% if isClient %}

Preferences for email(s): {{ entity.email }}{% if entity.email2 is not null %}, {{ entity.email2 }}{% endif %}

{% else %}

Preferences for email: {{ entity.email }}

{% endif %}

{# client version #} {% if isClient %}    Receive informational and emergency emails

{% else %} {# end client version #} {# lead version #}    Receive periodic, keeping in the loop emails

   Receive quarterly, promotional, and informational emails


   Unsubscribe from all emails

{% endif %} {# end lead version #}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}