{% extends "base.html" %} {% from "components/ui.html" import page_header, empty_state %} {% block title %}{{ _('Integrations') }} - {{ app_name }}{% endblock %} {% block content %} {% set breadcrumbs = [ {'text': 'Integrations'} ] %} {{ page_header( icon_class='fas fa-plug', title_text='Integrations', subtitle_text='Connect with third-party services to extend functionality', breadcrumbs=breadcrumbs ) }}
{{ _('Connect your Time Tracker with external services. Configure integrations below to sync data, automate workflows, and enhance productivity.') }}
{{ _('Configure OpenID Connect authentication for Single Sign-On (SSO) with your identity provider') }}
{{ _('Configure directory authentication via environment variables; use the wizard to build a working .env snippet and test connectivity.') }}
{{ provider.description }}
{% endif %}