{% extends "base.html" %} {% from "components/ui.html" import page_header %} {% block title %}{{ _('ActivityWatch Setup') }} - {{ app_name }}{% endblock %} {% block content %} {% set breadcrumbs = [ {'text': 'Integrations', 'url': url_for('integrations.list_integrations')}, {'text': 'ActivityWatch Setup'} ] %} {{ page_header( icon_class='fas fa-desktop', title_text=_('ActivityWatch Setup'), subtitle_text=_('Import window and web activity from ActivityWatch (aw-server) as automatic time entries'), breadcrumbs=breadcrumbs ) }}
{{ _('After saving, you can test the connection and run a sync from the integration page.') }}
{{ _('Test Connection') }}