{% extends "users/layout.html" %} {% block cachemanifest %}{% endblock %} {% block users_title %}{{ _("Setup GSuite integration for {0}").format(domain)|safe }}{% endblock %} {% block users_content %} <{bs_form action=url_for_same() class_="login-form" }>

{{_('You will now link your Gsuite domain to a Kantree team.')}}
{{_('When a user from your GSuite domain joins Kantree using the Sign in with Google button, he will automatically join this team.')}}

{{_("Make sure you have installed the Kantree app into your domain from the GSuite Marketplace before proceeding below.")}}

{% if orgs %} {% else %} {% endif %}

<{ bs_btn _("Validate integration") type="submit" style="primary" }/>

{% endblock %}