{# @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
#}
{% set totalhitscol1 = 0 %} {% set totalhitscol1 = 0 %} {% set totalhitscol2 = 0 %} {% set totalhitscol3 = 0 %} {% set totalhitscol4 = 0 %} {% set totalhitscol5 = 0 %} {% set totalhitscol6 = 0 %} {% set totalhitscol7 = 0 %} {% set totalhitscol8 = 0 %} {% set totalhitscol9 = 0 %} {% set totalhitscol10 = 0 %} {% set totalhitscol11 = 0 %} {% set totalhitscol12 = 0 %} {% if devicesByOrigin.conferences is not null %} {% set totalhitscol1 = totalhitscol1 + devicesByOrigin.conferences.total %} {% else %} {% endif %} {% if devicesByActions.conferencesclicviewmap is not null %} {% set totalhitscol3 = totalhitscol3 + devicesByActions.conferencesclicviewmap.total %} {% else %} {% endif %} {% if devicesByActions.linktoconferences.conferences is not null %} {% set totalhitscol5 = totalhitscol5 + devicesByActions.linktoconferences.conferences.total %} {% else %} {% endif %} {% if devicesByActions.linktoencours.conferences is not null %} {% set totalhitscol6 = totalhitscol6 + devicesByActions.linktoencours.conferences.total %} {% else %} {% endif %} {% if devicesByActions.linktoexhibitors.conferences is not null %} {% set totalhitscol7 = totalhitscol7 + devicesByActions.linktoexhibitors.conferences.total %} {% else %} {% endif %} {% if devicesByActions.linktomaps.conferences is not null %} {% set totalhitscol8 = totalhitscol8 + devicesByActions.linktomaps.conferences.total %} {% else %} {% endif %} {% if devicesByActions.openpopupconferences is not null %} {% set totalhitscol9 = totalhitscol9 + devicesByActions.openpopupconferences.total %} {% else %} {% endif %} {% if devicesByActions.linktoinnovation.conferences is not null %} {% else %} {% endif %} {% if devicesByActions.linktospeakers.conferences is not null %} {% set totalhitscol11 = totalhitscol11 + devicesByActions.linktospeakers.conferences.total %} {% else %} {% endif %} {% if devicesByActions.linktopartners.conferences is not null %} {% set totalhitscol12 = totalhitscol12 + devicesByActions.linktopartners.conferences.total %} {% else %} {% endif %} {% if devicesByOrigin.encours is not null %} {% set totalhitscol1 = totalhitscol1 + devicesByOrigin.encours.total %} {% else %} {% endif %} {% if devicesByActions.linktoconferences.encours is not null %} {% set totalhitscol5 = totalhitscol5 + devicesByActions.linktoconferences.encours.total %} {% else %} {% endif %} {% if devicesByActions.linktoencours.encours is not null %} {% set totalhitscol6 = totalhitscol6 + devicesByActions.linktoencours.encours.total %} {% else %} {% endif %} {% if devicesByActions.linktoexhibitors.encours is not null %} {% set totalhitscol7 = totalhitscol7 + devicesByActions.linktoexhibitors.encours.total %} {% else %} {% endif %} {% if devicesByActions.linktomaps.encours is not null %} {% set totalhitscol8 = totalhitscol8 + devicesByActions.linktomaps.encours.total %} {% else %} {% endif %} {% if devicesByActions.linktoinnovation.encours is not null %} {% else %} {% endif %} {% if devicesByActions.linktospeakers.encours is not null %} {% set totalhitscol11 = totalhitscol11 + devicesByActions.linktospeakers.encours.total %} {% else %} {% endif %} {% if devicesByActions.linktopartners.encours is not null %} {% set totalhitscol12 = totalhitscol12 + devicesByActions.linktopartners.encours.total %} {% else %} {% endif %} {% if devicesByOrigin.exhibitors is not null %} {% set totalhitscol1 = totalhitscol1 + devicesByOrigin.exhibitors.total %} {% else %} {% endif %} {% if devicesByActions.exhibitorsclicviewexhibitormap is not null %} {% set totalhitscol4 = totalhitscol4 + devicesByActions.exhibitorsclicviewexhibitormap.total %} {% else %} {% endif %} {% if devicesByActions.linktoconferences.exhibitors is not null %} {% set totalhitscol5 = totalhitscol5 + devicesByActions.linktoconferences.exhibitors.total %} {% else %} {% endif %} {% if devicesByActions.linktoencours.exhibitors is not null %} {% set totalhitscol6 = totalhitscol6 + devicesByActions.linktoencours.exhibitors.total %} {% else %} {% endif %} {% if devicesByActions.linktoexhibitors.exhibitors is not null %} {% set totalhitscol7 = totalhitscol7 + devicesByActions.linktoexhibitors.exhibitors.total %} {% else %} {% endif %} {% if devicesByActions.linktomaps.exhibitors is not null %} {% set totalhitscol8 = totalhitscol8 + devicesByActions.linktomaps.exhibitors.total %} {% else %} {% endif %} {% if devicesByActions.linktoinnovation.exhibitors is not null %} {% set totalhitscol10 = totalhitscol10 + devicesByActions.linktoinnovation.exhibitors.total %} {% else %} {% endif %} {% if devicesByOrigin.speakers is not null %} {% set totalhitscol1 = totalhitscol1 + devicesByOrigin.speakers.total %} {% else %} {% endif %} {% if devicesByActions.linktoconferences.speakers is not null %} {% set totalhitscol5 = totalhitscol5 + devicesByActions.linktoconferences.speakers.total %} {% else %} {% endif %} {% if devicesByActions.linktoencours.speakers is not null %} {% set totalhitscol6 = totalhitscol6 + devicesByActions.linktoencours.speakers.total %} {% else %} {% endif %} {% if devicesByActions.openpopupspeakers is not null %} {% set totalhitscol9 = totalhitscol9 + devicesByActions.openpopupspeakers.total %} {% else %} {% endif %} {% if devicesByActions.linktospeakers.speakers is not null %} {% set totalhitscol11 = totalhitscol11 + devicesByActions.linktospeakers.speakers.total %} {% else %} {% endif %} {% if devicesByActions.linktopartners.speakers is not null %} {% set totalhitscol12 = totalhitscol12 + devicesByActions.linktopartners.speakers.total %} {% else %} {% endif %} {% if devicesByOrigin.partners is not null %} {% set totalhitscol1 = totalhitscol1 + devicesByOrigin.partners.total %} {% else %} {% endif %} {% if devicesByActions.linktoconferences.partners is not null %} {% set totalhitscol5 = totalhitscol5 + devicesByActions.linktoconferences.partners.total %} {% else %} {% endif %} {% if devicesByActions.linktoencours.partners is not null %} {% set totalhitscol6 = totalhitscol6 + devicesByActions.linktoencours.partners.total %} {% else %} {% endif %} {% if devicesByActions.openpopuppartners is not null %} {% set totalhitscol9 = totalhitscol9 + devicesByActions.openpopuppartners.total %} {% else %} {% endif %} {% if devicesByActions.linktospeakers.partners is not null %} {% set totalhitscol11 = totalhitscol11 + devicesByActions.linktospeakers.partners.total %} {% else %} {% endif %} {% if devicesByOrigin.map is not null %} {% set totalhitscol1 = totalhitscol1 + devicesByOrigin.map.total %} {% else %} {% endif %} {% if devicesByActions.mapsclicstand is not null %} {% set totalhitscol2 = totalhitscol2 + devicesByActions.mapsclicstand.total %} {% else %} {% endif %} {% if devicesByActions.linktoconferences.maps is not null %} {% set totalhitscol5 = totalhitscol5 + devicesByActions.linktoconferences.maps.total %} {% else %} {% endif %} {% if devicesByActions.linktoencours.maps is not null %} {% set totalhitscol6 = totalhitscol6 + devicesByActions.linktoencours.maps.total %} {% else %} {% endif %} {% if devicesByActions.linktoexhibitors.maps is not null %} {% set totalhitscol7 = totalhitscol7 + devicesByActions.linktoexhibitors.maps.total %} {% else %} {% endif %} {% if devicesByActions.linktomaps.maps is not null %} {% set totalhitscol8 = totalhitscol8 + devicesByActions.linktomaps.maps.total %} {% else %} {% endif %} {% if devicesByActions.linktoinnovation.maps is not null %} {% set totalhitscol10 = totalhitscol10 + devicesByActions.linktoinnovation.maps.total %} {% else %} {% endif %} {% if devicesByActions.conferencessearch is not null %} {% set totalhitscol1 = totalhitscol1 + devicesByActions.conferencessearch.total %} {% else %} {% endif %} {% if devicesByActions.exhibitorssearch is not null %} {% set totalhitscol1 = totalhitscol1 + devicesByActions.exhibitorssearch.total %} {% else %} {% endif %} {% if devicesByActions.speakerssearch is not null %} {% set totalhitscol1 = totalhitscol1 + devicesByActions.speakerssearch.total %} {% 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 %} {% set totalhitscol1 = totalhitscol1 + devicesByActions.clickfilter.total %} {% 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 Map-stand View-map View-stand Link conf Link encours Link expo Link map open popup Link innov Link speakers Link partners
Conférences{{ devicesByOrigin.conferences.total }}00{{ devicesByActions.conferencesclicviewmap.total }}00{{ devicesByActions.linktoconferences.conferences.total }}0{{ devicesByActions.linktoencours.conferences.total }}0{{ devicesByActions.linktoexhibitors.conferences.total }}0{{ devicesByActions.linktomaps.conferences.total }}0{{ devicesByActions.openpopupconferences.total }}0{{ devicesByActions.linktoinnovation.conferences.total }}0{{ devicesByActions.linktospeakers.conferences.total }}0{{ devicesByActions.linktopartners.conferences.total }}0
En cours{{ devicesByOrigin.encours.total }}00 0 0{{ devicesByActions.linktoconferences.encours.total }}0{{ devicesByActions.linktoencours.encours.total }}0{{ devicesByActions.linktoexhibitors.encours.total }}0{{ devicesByActions.linktomaps.encours.total }}00{{ devicesByActions.linktoinnovation.encours.total }}0{{ devicesByActions.linktospeakers.encours.total }}0{{ devicesByActions.linktopartners.encours.total }}0
Exposants{{ devicesByOrigin.exhibitors.total }}00 0{{ devicesByActions.exhibitorsclicviewexhibitormap.total }}0{{ devicesByActions.linktoconferences.exhibitors.total }}0{{ devicesByActions.linktoencours.exhibitors.total }}0{{ devicesByActions.linktoexhibitors.exhibitors.total }}0{{ devicesByActions.linktomaps.exhibitors.total }}00{{ devicesByActions.linktoinnovation.exhibitors.total }}00 0
Speakers{{ devicesByOrigin.speakers.total }}00 0 0{{ devicesByActions.linktoconferences.speakers.total }}0{{ devicesByActions.linktoencours.speakers.total }}00 0{{ devicesByActions.openpopupspeakers.total }}00{{ devicesByActions.linktospeakers.speakers.total }}0{{ devicesByActions.linktopartners.speakers.total }}0
Partenaires{{ devicesByOrigin.partners.total }}00 0 0{{ devicesByActions.linktoconferences.partners.total }}0{{ devicesByActions.linktoencours.partners.total }}00 0{{ devicesByActions.openpopuppartners.total }}00{{ devicesByActions.linktospeakers.partners.total }}00
Maps{{ devicesByOrigin.map.total }}0{{ devicesByActions.mapsclicstand.total }}00 0{{ devicesByActions.linktoconferences.maps.total }}0{{ devicesByActions.linktoencours.maps.total }}0{{ devicesByActions.linktoexhibitors.maps.total }}0{{ devicesByActions.linktomaps.maps.total }}00{{ devicesByActions.linktoinnovation.maps.total }}00 0
Conférences search{{ devicesByActions.conferencessearch.total }}00 0 0 0 0 0 0 0 0 0 0
Exposants search{{ devicesByActions.exhibitorssearch.total }}00 0 0 0 0 0 0 0 0 0 0
Speakers search{{ devicesByActions.speakerssearch.total }}00 0 0 0 0 0 0 0 0 0 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 }}00 0 0 0 0 0 0 0 0 0 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
Total de hits {{totalhitscol1}} {{totalhitscol2}} {{totalhitscol3}} {{totalhitscol4}} {{totalhitscol5}} {{totalhitscol6}} {{totalhitscol7}} {{totalhitscol8}} {{totalhitscol9}} {{totalhitscol10}} {{totalhitscol11}} {{totalhitscol12}}
{# 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 %}