Queue a provider sync for {{ provider_account }}.
This uses the same background job flow exposed by the API sync action.
- Provider Type
- {{ provider_account.provider_type }}
- Transport
- {{ provider_account.transport }}
- Sync Enabled
- {{ provider_account.sync_enabled }}
- Sync Interval
- {{ provider_account.sync_interval|default:'Manual only' }}
- Sync Health
- {{ provider_account.sync_health_display }}
- Last Sync Status
- {{ provider_account.last_sync_status }}
{% if not provider_account.sync_enabled %}
This provider account is currently disabled for sync.
{% endif %}