{% extends 'admin/stats/_layout.html.twig' %} {% set stats_route_name = 'admin_stats_comportement' %} {% set stats_extra_params = {metric: metric} %} {% block stats_title %}Comportement{% endblock %} {% block stats_content %} {# --- KPI cards --- #}
| Page | Vues | Duree moy. | Scroll | Rebond | |
|---|---|---|---|---|---|
| {{ page.url }} | {{ page.views }} | {{ page.avg_duration ? (page.avg_duration // 60 ~ ':' ~ '%02d'|format(page.avg_duration % 60)) : '—' }} | {{ page.avg_scroll ? page.avg_scroll ~ '%' : '—' }} | {{ page.bounce_rate is not null ? page.bounce_rate ~ '%' : '—' }} | {% if page.avg_duration is not null and page.avg_duration > 120 and page.avg_scroll is not null and page.avg_scroll > 70 %} ★ {% endif %} |
Aucune donnee.
{% endif %}