{% extends 'backend/basic/base_admin.html.twig' %} {% block title %} Dashboard {% endblock %} {% block body %}

Analytics Dashboard

Visitors

{{ nbrVisitors }}

Visiteurs le jour {{ dateNow }}
Partner

----

Utilisateurs

{{ nbrUsers }}

Inscrits le jour {{ dateNow }}
Téléchargement

{{ nbrDownloaders }}

Recent Movement
Liste Visiteurs pour aujourd'hui
{% for geolocation in geolocations %} {% endfor %}
IP Date Drapeau Pays Arrondissement Ville ISP
{{ geolocation.getIp() }} {{ geolocation.getDateAdd()|date("d/m/Y H:i:s") }} {{ geolocation.getCountryEmoji() }} {{ geolocation.getCountryName() }} {{ geolocation.getDistrict() }} {{ geolocation.getCity() }} {{ geolocation.getOrganization() }}
{% endblock %}