{# templates/analytics/force_de_vente.html.twig ───────────────────────────────────────────────────────────────────────────── Dashboard analytics — Pack Force de Vente (399€) Blocs : vues (graphe), crm, pipeline, clics, heatmap, durée, source, appareils, pays (carte) + export PDF — pas d'upsell, c'est le niveau max hors Multi ───────────────────────────────────────────────────────────────────────────── #} {% extends 'analytics/_layout.html.twig' %} {% block analytics_content %} {# ── Vues — mode graphe Chart.js ── #} {{ include('analytics/_bloc_vues.html.twig', { totalVues: totalVues, vuesParJour: vuesParJour, mode: 'graphe' }) }} {# ── CRM Light — KPIs recommandations ── #} {{ include('analytics/_bloc_crm.html.twig', { recommandations: recommandations }) }} {# ── Pipeline prescripteurs — vue Kanban ── #} {{ include('analytics/_bloc_pipeline.html.twig', { pipeline: pipeline }) }} {# ── Détail des clics par type ── #} {{ include('analytics/_bloc_clics.html.twig', { clics: clics }) }} {# ── Heatmap jour / heure ── #} {{ include('analytics/_bloc_heatmap.html.twig', { heatmap: heatmap }) }} {# ── Durée moyenne de consultation ── #} {{ include('analytics/_bloc_duree.html.twig', { dureeAvg: dureeAvg }) }} {# ── Source d'accès ── #} {{ include('analytics/_bloc_source.html.twig', { sources: sources }) }} {# ── Appareils ── #} {{ include('analytics/_bloc_appareils.html.twig', { appareils: appareils }) }} {# ── Pays — mode carte monde ── #} {{ include('analytics/_bloc_pays.html.twig', { pays: pays, mode: 'carte' }) }} {# ── Export PDF ── #}
Rapport complet sur {{ jours }} jours — format imprimable