{% 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', breadcrumbs=breadcrumbs ) }}
{{ provider.description }}
{% endif %}{{ integration.provider|title|replace('_', ' ') }} {% if integration.is_global %} {{ _('Global') }} {% endif %} {% if integration.last_sync_at %} • {{ _('Last synced') }}: {{ integration.last_sync_at.strftime('%Y-%m-%d %H:%M') }} {% endif %}