2017-07-06 05:14:00 +02:00
{% extends "zerver/emails/email_base_default.html" %}
2017-06-10 08:18:41 +02:00
{% block content %}
2017-06-14 00:09:43 +02:00
< p > Hi there,
< / p >
< p >
2017-07-03 21:55:51 +02:00
{{ referrer.full_name }} ({{ referrer.email }}) wants you to join them on Zulip — the group communication tool you've always wished you had at work.
2017-06-14 00:09:43 +02:00
< / p >
{% if custom_body %}
< p > Message from {{ referrer.full_name }}: {{ custom_body }}< / p >
{% endif %}
< p >
To get started, visit the link below:
< br / >
< a href = "{{ activate_url }}" style = "color:#08c" > {{ activate_url }}< / a >
< / p >
< p >
Feel free to give us a shout at < a href = "mailto:{{ support_email }}" style = "color:#08c" > {{ support_email }}< / a > , if you have any questions.
< / p >
< p >
Cheers,< br / >
The Zulip Team
< / p >
2017-06-10 08:18:41 +02:00
{% endblock %}