{% block head %}{% endblock %}
{% if browser_url %} {% set link = ' '|safe + _('on your browser.') + ''|safe %} {{ _('View this email %(link)s', link=link) }} {% else %}   {% endif %}

{{ _('Hi %(user)s', user=user.first_name) }}

{% block body %}{% endblock %}

{{ _('See you soon on the platform') }}
{{ _('The %(site)s team', site=config.SITE_TITLE) }}