{% extends "analytics/_layouts/settings" %} {% import "_includes/forms" as forms %} {% macro configWarning(setting, file) -%} {{ "This is being overridden by the {setting} config setting."|t({ setting: ''~setting~'' })|raw }} {%- endmacro %} {% from _self import configWarning %} {% set content %} {% if not account %}
{{'You need to connect Craft to a Google account in order to get started.'|t}}
{{"Getting errors trying to connect ?"|t}} {{"Check Google API key & secret in OAuth settings"|t}}.
{% else %} {% endif %} {% endset %}