{% extends 'layouts/app.twig' %} {% block content %}
Manage your media sources and synchronization
Configure and sync your media sources
Latest synchronization logs and status
| Source | Type | Status | Progress | Started | Duration |
|---|---|---|---|---|---|
| {{ sync.source_name }} | {{ sync.sync_type|title }} | {{ sync.status|title }} | {% if sync.total_items > 0 %} {{ sync.processed_items }} / {{ sync.total_items }} {% else %} - {% endif %} | {% if sync.started_at %} {{ sync.started_at|date('M j, H:i') }} {% else %} - {% endif %} | {% if sync.started_at and sync.completed_at %} {{ sync.started_at|date('U') - sync.completed_at|date('U') }}s {% else %} - {% endif %} |