{# @var ea \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext #} {% extends '@EasyAdmin/layout.html.twig' %} {% block content_title %}{% endblock %} {% block head_javascript %} {{ parent() }} {% endblock head_javascript %} {% block body_javascript %} {% endblock body_javascript %} {% block head_stylesheets %} {{ parent() }} {# {{ knp_pagination_rel_links(totaldevices) }} #} {% endblock %} {% block main %}
{# Salon - map #}
Organisateur : {{ salon.name }}
Début du salon : {{ salon.startedAt |date("d/m/Y") }}
Fin du salon : {{ salon.endedAt |date("d/m/Y") }}
Lieu: {{ salon.pacExpo }}
Chart : {{ salon.chart }}
Env: {{ salon.env }}
Mode : {{ salon.mode }}
Opérateur : {{ salon.operateurapi }}
Nombre de devices présents dans les stats : {{ totaldevices }}
{# Consultation par totem #}
{#
Consultation par totem
#}
{% for device in deviceslist %} {% endfor %}
Nom du device Nombre de hits
{{ device[0].deviceid }} {{ device.total }}
Total de hits {{ totalhits }}
{# pagination #}
{{ deviceslist | length }} devices trouvés
{# #}
{# Consultation par rubrique #}
{#
Consultation par rubriques
#}
{% if devicesByOrigin.conferences is not null %} {% else %} {% endif %} {% if devicesByOrigin.encours is not null %} {% else %} {% endif %} {% if devicesByOrigin.exhibitors is not null %} {% else %} {% endif %} {% if devicesByOrigin.map is not null %} {% else %} {% endif %} {% if devicesByActions.mapsclicstand is not null %} {% else %} {% endif %} {% if devicesByActions.conferencessearch is not null %} {% else %} {% endif %} {% if devicesByActions.exhibitorssearch is not null %} {% else %} {% endif %} {% if devicesByActions.conferencesclicviewmap is not null %} {% else %} {% endif %} {% if devicesByActions.clickfilter is not null %} {% else %} {% endif %} {% if devicesByActions.exhibitorsclicviewexhibitormap is not null %} {% else %} {% endif %} {% if devicesByActions.linktoconferences is not null %} {% else %} {% endif %} {% if devicesByActions.linktoencours is not null %} {% else %} {% endif %} {% if devicesByActions.linktoexhibitors is not null %} {% else %} {% endif %} {% if devicesByActions.linktomaps is not null %} {% else %} {% endif %} {% if devicesByActions.openpopupconferences is not null %} {% else %} {% endif %}
Statistique par rubriques Nombre de hits
Conférences{{ devicesByOrigin.conferences.total }}0
En cours{{ devicesByOrigin.encours.total }}0
Exposant{{ devicesByOrigin.exhibitors.total }}0
Plan{{ devicesByOrigin.map.total }}0
Plan clik exposants{{ devicesByActions.mapsclicstand.total }}0
Conférences search{{ devicesByActions.conferencessearch.total }}0
Exposants search{{ devicesByActions.exhibitorssearch.total }}0
Conférences to plan{{ devicesByActions.conferencesclicviewmap.total }}0
click-filter{{ devicesByActions.clickfilter.total }}0
exhibitors-clic-view-exhibitor-map{{ devicesByActions.exhibitorsclicviewexhibitormap.total }}0
link-to-conferences{{ devicesByActions.linktoconferences.total }}0
link-to-encours{{ devicesByActions.linktoencours.total }}0
link-to-exhibitors{{ devicesByActions.linktoexhibitors.total }}0
link-to-maps{{ devicesByActions.linktomaps.total }}0
open-popup-conferences{{ devicesByActions.openpopupconferences.total }}0
{# Consultation par jours #}
{#
Consultation par jours
#}
{% for devicesByDay in devicesByDays %} {% endfor %}
Journée Nombre de hits
{{ devicesByDay.date }} {{ devicesByDay.total }}
{# Consultation par heures #}
{#
Consultation par heures
#}
{# Consultation par exposants #}
{#
Consultation par exposants
#}
{% for exposant in exposantslist %} {% endfor %}
Nom de l'exposants Nombre de hits
{{ exposant.name }} {{ exposant.total }}
Total de hits {{ totalhitsexposants }}
{# pagination #}
{{ exposantslist | length }} exposants trouvés
{# #}
{# Consultation par conferences #}
{#
Consultation par conferences
#}
{% for conference in conferenceslist %} {% endfor %}
Nom de la conférence Nombre de hits
{{ conference.name }} {{ conference.total }}
Total de hits {{ totalhitsconferences }}
{# pagination #}
{{ conferenceslist | length }} conferences trouvés
{# #}
{% endblock %}