<%= t('agoog.title') %>

← <%= t('agoog.back') %>

<% if (success) { %>
<%= success %>
<% } %> <% if (typeof error !== 'undefined' && error) { %>
<%= error %>
<% } %>

<%= t('agoog.card_title') %>

<%- t('agoog.intro') %> <% if (google && google.configured) { %><%= t('agoog.status_set') %><% } else { %><%= t('agoog.status_unset') %><% } %>

  1. 1
    <%- t('agoog.g1') %> Google Cloud Console ↗
  2. 2
    <%- t('agoog.g2') %>
  3. 3
    <%- t('agoog.g3') %>
  4. 4
    <%- t('agoog.g4') %> <% if (google && google.redirectUri) { %>
    <%= google.redirectUri %>

    <%- t('agoog.warn_short') %>

    <% } else { %>

    <%- t('agoog.need_baseurl') %>

    <% } %>
  5. 5
    <%- t('agoog.g5') %>

<%- t('agoog.no_api_note') %>

<% if (google && (google.clientId || google.secretSet)) { %> <% } %>
<% if (typeof premiumEnabled !== 'undefined' && premiumEnabled && !isPremium) { %>

<%= t('agoog.premium_locked') %>

<% } %>