{#if $events_loc.launcher.app_mode === 'native' || $ae_loc.is_native}
{#if show_monitor}
NATIVE SYNC MONITOR
Room Status: {sync_stats.cached} / {sync_stats.total} Files Prefix Len: {$ae_loc.native_device?.hash_prefix_length || 2} chars Heartbeat: {last_heartbeat || 'Pending...'}
Event Loop: {loop_info.event / 1000}s
Device Loop: {loop_info.device / 1000}s
Location Loop: {loop_info.location / 1000}s
Session Loop: {loop_info.session / 1000}s
Pres Loop: {loop_info.presentation / 1000}s
Speaker Loop: {loop_info.presenter / 1000}s
{/if}
{/if}