{% extends "zerver/emails/email_base_default.html" %} {% block illustration %} {% endblock %} {% block content %}
{{ _("Hi again,") }}
{% 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 %}
{{ _("To get started, click the button below.") }} {{ _("Complete registration") }}
{{ _("This is the last reminder you'll receive for this invitation.") }}
{% trans referrer_name=macros.email_tag(referrer_email, referrer_name) %} This invitation expires in two days. If the invitation expires, you'll need to ask {{ referrer_name }} for another one. {% endtrans %}
{% endblock %}