{% extends "zerver/emails/email_base_default.html" %} {% block content %}

Hi there,

{{ referrer.full_name }} ({{ referrer.email }}) wants you to join them on Zulip — the team communication tool designed for productivity.

{% if custom_body %}

Message from {{ referrer.full_name }}: {{ custom_body }}

{% endif %}

To get started, visit the link below:
{{ activate_url }}

Feel free to give us a shout at {{ support_email }}, if you have any questions.

Cheers,
Team Zulip

{% endblock %}