{% extends "zerver/emails/email_base_default.html" %} {% block illustration %} {% endblock %} {% block content %}
{{ _("Hi there,") }}
{% trans referrer_name=macros.referrer_email_tag(referrer_email, referrer_full_name) %}{{ referrer_name }} wants you to join them on Zulip — the team communication tool designed for productivity.{% endtrans %}
{{ _("To get started, click the button below.") }} {{ _("Complete registration") }}
{% if corporate_enabled %} {{macros.contact_us_zulip_cloud(support_email)}} {% else %} {{macros.contact_us_self_hosted(support_email)}} {% endif %}
{% endblock %}