{% extends "zerver/emails/email_base_default.html" %} {% 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 signing in, please contact Zulip support by replying to this email.
Thanks for using Zulip!
{% endblock %}