{% extends "base.html" %} {% from "components/ui.html" import page_header %} {% block title %}{{ display_name }} {{ _('Integration') }} - {{ app_name }}{% endblock %} {% block content %} {% set breadcrumbs = [ {'text': 'Integrations', 'url': url_for('integrations.list_integrations')}, {'text': display_name} ] %} {{ page_header( icon_class='fas fa-plug', title_text=display_name, subtitle_text=description, breadcrumbs=breadcrumbs ) }}
{{ _('Use our step-by-step wizard to configure this integration easily.') }}
{{ _('CalDAV uses username and password authentication (not OAuth). Update your credentials below.') }}
{{ _('Configure sync settings, data mappings, and other integration options.') }}
{{ _('Connector Error') }}: {{ connector_error }}
{{ _('Last Error') }}: {{ active_integration.last_error }}
{{ _('CalDAV uses username/password authentication. Click below to set up your CalDAV connection.') }}
{{ _('Setup CalDAV Integration') }}{{ _('ActivityWatch imports window and web activity from your local aw-server. Click below to configure.') }}
{{ _('Setup ActivityWatch Integration') }}{{ _('Trello integration must be configured by an administrator.') }}
{{ _('OAuth credentials are configured. You can now connect Trello.') }}
{{ _('Connect Trello') }}{{ _('Please configure Trello API key and token in the OAuth Credentials Setup section above.') }}
{{ _('Please configure OAuth credentials in the section above before connecting.') }}
{{ _('OAuth credentials need to be configured by an administrator first.') }}
{% if provider == 'google_calendar' %} {{ _('Connect your Google Calendar account. You will be redirected to Google for authorization.') }} {% else %} {{ _('Connect this integration. You will be redirected to the provider for authorization.') }} {% endif %}
{% if provider == 'google_calendar' %} {{ _('Connect Google Calendar') }} {% else %} {{ _('Connect') }} {{ display_name }} {% endif %} {% endif %}{{ _('OAuth credentials need to be configured by an administrator first.') }}