{% extends '::email.html.twig' %} {% block subject %} {{ subject }} {% endblock %} {% block body %}

Hi {{ customer.Firstname }},

Please note that your initial Premier License trial license has expired.

Your license has been reset to your purchased {{ license }} license.

{% if license == 'Standard' %}

Should you wish to maintain the Premier (or Advanced) License you can use the User/ License Settings menu item to upgrade your license. Alternatively feel free to contact us for assistance.

{% elseif license == 'Advanced' %}

Should you wish to maintain the Premier License you can use the User/ License Settings menu item to upgrade your license. Alternatively feel free to contact us for assistance.

{% endif %}

{% endblock %}