{% block subject %} {% autoescape false %} {% if user.hasRole(constant('nordmind\\UserBundle\\Entity\\User::ROLE_ARTIST')) %} Welcome to Select:OFF. Please verify your email address. {% else %} Welcome to Select:OFF. Please verify your email address. {% endif %} {% endautoescape %} {% endblock %} {% block body_text %} {% autoescape false %} {% if user.hasRole(constant('nordmind\\UserBundle\\Entity\\User::ROLE_ARTIST')) %} Hello, Welcome to Select:OFF! Show your best work by building portfolio on our platform. Verify your email address here: {{ confirmationUrl }} If it wasn’t you, please let us know at contact@selectoff.com Best, Select:OFF Team {% else %} Hello, Welcome to Select:OFF! Search for inspirations, view portfolios, find Artists and connect. Verify your email address here: {{ confirmationUrl }} If it wasn’t you, please let us know at contact@selectoff.com Best, Select:OFF Team {% endif %} {% endautoescape %} {% endblock %} {% block body_html %} Welcome to Select:OFF. Please verify your email address.
{% if user.hasRole(constant('nordmind\\UserBundle\\Entity\\User::ROLE_ARTIST')) %}

Hello,

Welcome to Select:OFF! Show your best work by building portfolio on our platform.

Verify your email address here: {{ confirmationUrl }}

If it wasn’t you, please let us know at contact@selectoff.com

Best,

Select:OFF Team

{% else %}

Hello,

Welcome to Select:OFF! Search for inspirations, view portfolios, find Artists and connect.

Verify your email address here: {{ confirmationUrl }}

If it wasn’t you, please let us know at contact@selectoff.com

Best,

Select:OFF Team

{% endif %}
{% endblock %}