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 %}
2020-01-24 08:30:26 +01:00
< img src = "{{ email_images_base_uri }}/invitation_reminder.png" alt = "" / >
2017-08-16 12:10:55 +02:00
{% endblock %}
2017-06-10 08:18:41 +02:00
{% block content %}
2019-02-08 10:53:01 +01:00
< p > {{ _("Hi again,") }}< / p >
2020-10-23 15:34:51 +02:00
< p > {% trans referrer_name=macros.referrer_email_tag(referrer_email, referrer_name) %}This is a friendly reminder that {{ referrer_name }} wants you to join them on Zulip — the team communication tool designed for productivity.{% endtrans %}< / p >
2019-02-08 10:53:01 +01:00
2017-06-10 08:18:41 +02:00
< p >
2018-12-19 23:47:27 +01:00
{{ _("To get started, click the button below.") }}
2018-04-26 17:21:19 +02:00
< a class = "button" href = "{{ activate_url }}" > {{ _("Complete registration") }}< / a >
2017-06-10 08:18:41 +02:00
< / p >
2019-02-08 10:53:01 +01:00
2017-06-10 08:18:41 +02:00
< p >
2018-12-19 23:47:27 +01:00
{{ _("This is the last reminder you'll receive for this invitation.") }}
2019-08-23 03:32:22 +02:00
< / p >
< p >
2020-10-23 15:34:51 +02:00
{% trans referrer_name=macros.email_tag(referrer_email, referrer_name) %}
2020-05-08 23:02:41 +02:00
This invitation expires in two days. If the invitation expires,
2020-10-23 15:34:51 +02:00
you'll need to ask {{ referrer_name }} for another one.
2020-05-08 23:02:41 +02:00
{% endtrans %}
2017-06-10 08:18:41 +02:00
< / p >
{% endblock %}