2023-04-05 11:19:58 +02:00
{% extends "zerver/emails/email_base_default.html" %}
2017-06-10 08:18:41 +02:00
2017-08-16 12:10:55 +02:00
{% block illustration %}
2023-04-26 01:47:00 +02:00
< img src = "{{ email_images_base_url }}/registration_confirmation.png" alt = "" / >
2017-08-16 12:10:55 +02:00
{% endblock %}
2017-06-10 08:18:41 +02:00
{% block content %}
2020-10-23 15:30:13 +02:00
2019-02-08 10:53:01 +01:00
< p > {{ _("Hi there,") }}< / p >
2017-12-06 22:31:11 +01:00
< p >
2020-10-23 15:30:13 +02:00
{% 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 %}
2017-12-06 22:31:11 +01:00
< / p >
< p >
2018-12-19 23:47:27 +01:00
{{ _("To get started, click the button below.") }}
2018-04-26 19:31:55 +02:00
< a class = "button" href = "{{ activate_url }}" > {{ _("Complete registration") }}< / a >
2017-12-06 22:31:11 +01:00
< / p >
< p >
2023-02-20 18:24:28 +01:00
{% if corporate_enabled %}
{{macros.contact_us_zulip_cloud(support_email)}}
{% else %}
{{macros.contact_us_self_hosted(support_email)}}
{% endif %}
2017-12-06 22:31:11 +01:00
< / p >
2017-06-10 08:18:41 +02:00
{% endblock %}