{% extends "zerver/emails/compiled/email_base_default.html" %} {% block illustration %} {% endblock %} {% 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, please click here: Complete registration

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

Cheers,
Team Zulip

{% endblock %}