{% extends "zerver/emails/compiled/email_base_default.html" %} {% block illustration %} {% endblock %} {% block content %}
Hi {{ user_profile.full_name }},
You can log in to your Zulip organization, {{ user_profile.realm.name }}, at the following link:
{{ user_profile.realm.uri }} |
The email address associated with your account is {{ user_profile.email }}.
If you have trouble logging in, please contact Zulip support by replying to this email.
Thanks for using Zulip!
{% endblock %}