2021-05-26 19:40:12 +02:00
|
|
|
{% if create_realm %}
|
|
|
|
{{ _('You have requested a new Zulip organization. Awesome!') }}
|
|
|
|
{% else %}
|
2018-04-26 17:13:47 +02:00
|
|
|
{{ _('You recently signed up for Zulip. Awesome!') }}
|
2021-05-26 19:40:12 +02:00
|
|
|
{% endif %}
|
2012-09-28 22:47:05 +02:00
|
|
|
|
2021-05-26 19:40:12 +02:00
|
|
|
{% if create_realm %}
|
|
|
|
{{ _('Click the button below to create the organization and register your account.') }}
|
|
|
|
{% else %}
|
|
|
|
{{ _('Click the button below to complete registration.') }}
|
|
|
|
{% endif %}
|
2012-09-28 22:47:05 +02:00
|
|
|
<{{ activate_url }}>
|
|
|
|
|
2019-02-08 10:53:01 +01:00
|
|
|
{% trans %}Contact us any time at {{ support_email }} if you run into trouble,have any feedback, or just want to chat!{% endtrans %}
|