+
+
+ {{ $t('DIRECTORY_DASHBOARD.FUNNEL.STAGE_LEADS') }}
+
+
+ {{
+ formatNumber(funnel.leads.total)
+ }}
+
+
+ {{ formatPct(100) }}
+
+
+
+
+ {{ $t('DIRECTORY_DASHBOARD.FUNNEL.STAGE_RESERVATIONS') }}
+
+
+ {{
+ formatNumber(funnel.reservations.created)
+ }}
+
+
+ {{ formatPct(funnel.conversion_rates.lead_to_any_reservation) }}
+
+
+
+
+ {{ $t('DIRECTORY_DASHBOARD.FUNNEL.STAGE_PAID') }}
+
+
+ {{
+ formatNumber(funnel.reservations.paid)
+ }}
+
+
+ {{ formatPct(funnel.conversion_rates.lead_to_paid_reservation) }}
+
+
+