{% extends "emails/base_email.html" %} {% block title %}Welcome to {{ site_name }}{% endblock %} {% block content %}
Hello,
You have been invited to {{ site_name }} by {{ company_name }}. Set a password to activate your account and start chatting.
| Set your password |
Or copy this link:
{{ url }}
Once ready, open {{ site_name }}.
{% endblock %}