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 %}
2019-04-19 21:23:58 +02:00
< img src = "{{ email_images_base_uri }}/invitation_reminder.png" alt = "{{ _('Mailbox with envelope') }}" / >
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 >
< p > {% trans %}This is a friendly reminder that {{ referrer_name }} (< a href = "mailto:{{ referrer_email }}" > {{ referrer_email }}< / a > ) wants you to join them on Zulip — the team communication tool designed for productivity.{% endtrans %}< / p >
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 >
{% trans %}This invitation expires in two days. If the invitation expires, you'll need to ask {{ referrer_name }} for another one.{% endtrans %}
2017-06-10 08:18:41 +02:00
< / p >
{% endblock %}