${p.id === subData.plan.id ? '
Current
' : ''}
${p.display_name}
${p.price_monthly > 0 ? `$${p.price_monthly}/mo` : 'Free'}
${p.max_devices === -1 ? 'Unlimited' : p.max_devices} devices
${p.max_storage_mb === -1 ? 'Unlimited' : (p.max_storage_mb >= 1024 ? (p.max_storage_mb/1024) + ' GB' : p.max_storage_mb + ' MB')} storage
${p.remote_control ? '✓' : '✗'} Remote Control
${p.remote_url ? '✓' : '✗'} Remote URLs
${p.priority_support ? '✓' : '✗'} Priority Support
${p.price_yearly > 0 ? `
or $${p.price_yearly}/year (save ${Math.round((1 - p.price_yearly / (p.price_monthly * 12)) * 100)}%)
` : ''}
${!subData.self_hosted && p.price_monthly > 0 && p.id !== subData.plan.id ? `
${p.price_yearly > 0 ? `` : ''}
` : ''}
${!subData.self_hosted && p.id === subData.plan.id && subData.subscription?.stripe_subscription_id ? `
` : ''}