mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
For the last form (with Full Name and ToS consent field), this pretty shamelessly re-uses and directly renders the corporate/remote_realm_billing_finalize_login_confirmation.html template. That's probably good in terms of re-use, but calls for a clean-up commit that will generalize the name of this template and the classes/ids in the HTML.
10 lines
461 B
Plaintext
10 lines
461 B
Plaintext
{{ _("You have initiated login to the Zulip server billing management system for the following server:") }}
|
|
* {% trans %}Hostname: {{ remote_server_hostname }}{% endtrans %}
|
|
|
|
* {% trans %}zulip_org_id: {{ remote_server_uuid }}{% endtrans %}
|
|
|
|
{{ _("Click the link below to complete the login process;") }}
|
|
<{{ confirmation_url }}>
|
|
|
|
{% trans %}Do you have questions or feedback to share? Contact us at {{ support_email }} — we'd love to help!{% endtrans %}
|