2017-09-26 01:41:15 +02:00
{% extends "zerver/emails/compiled/email_base_default.html" %}
2017-06-10 08:18:41 +02:00
2017-08-16 12:10:55 +02:00
{% block illustration %}
< img src = "{{ email_images_base_uri }}/invitation_reminder.png" / >
{% endblock %}
2017-06-10 08:18:41 +02:00
{% block content %}
2018-04-26 17:21:19 +02:00
< p > {{ _("Hi again,") }}
2017-06-10 08:18:41 +02:00
< / p >
< p >
2018-04-26 17:21:19 +02:00
{% trans %}This is a friendly reminder that {{ referrer_name }} (< a href = "mailto:{{ referrer_email }}" > {{ referrer_email }}< / a > ) wants you to join them on Zulip, a workplace chat tool that actually makes you more productive.{% endtrans %}
2017-06-10 08:18:41 +02:00
< / p >
< p >
2018-04-26 17:21:19 +02:00
{{ _("To get started, please click here:") }}
< a class = "button" href = "{{ activate_url }}" > {{ _("Complete registration") }}< / a >
2017-06-10 08:18:41 +02:00
< / p >
< p >
2018-04-26 17:21:19 +02:00
{% trans %}We're here for you at < a href = "mailto:{{ support_email }}" > {{ support_email }}< / a > if you have any questions.{% endtrans %}
2017-06-10 08:18:41 +02:00
< / p >
< p >
2018-04-26 17:21:19 +02:00
{{ _("Cheers,") }}< br / >
2018-05-26 16:37:52 +02:00
{{ _("The Zulip Team") }}
2017-06-10 08:18:41 +02:00
< / p >
{% endblock %}