{% extends 'admin.twig' %} {% set title %}{{ 'DevicesDetection_DeviceDetection'|translate }}{% endset %} {% block content %}

{{ 'DevicesDetection_UserAgent'|translate }}

{{ 'DevicesDetection_ClientHints'|translate }}



{% if bot_info %}

{{ 'DevicesDetection_BotDetected'|translate(bot_info.name) }}

{% else %}

{{ 'DevicesDetection_ColumnOperatingSystem'|translate|e('html_attr') }}

{{ 'General_Name'|translate }} ({{ 'Mobile_ShowAll'|translate }}) {{ os_name }}
{{ 'CorePluginsAdmin_Version'|translate }} {{ os_version }}
{{ 'DevicesDetection_OperatingSystemFamily'|translate }} ({{ 'Mobile_ShowAll'|translate }}) {{ os_family }}

{{ 'DevicesDetection_ColumnBrowser'|translate }}

{{ 'General_Name'|translate }} ({{ 'Mobile_ShowAll'|translate }}) {{ browser_name }}
{{ 'CorePluginsAdmin_Version'|translate }} {{ browser_version }}
{{ 'DevicesDetection_BrowserFamily'|translate }} ({{ 'Mobile_ShowAll'|translate }}) {{ browser_family }}

{{ 'DevicesDetection_Device'|translate }}

{{ 'DevicesDetection_dataTableLabelTypes'|translate }} ({{ 'Mobile_ShowAll'|translate }}) {{ device_type }}
{{ 'DevicesDetection_dataTableLabelBrands'|translate }} ({{ 'Mobile_ShowAll'|translate }}) {{ device_brand }}
{{ 'DevicesDetection_dataTableLabelModels'|translate }} {{ device_model }}
{% endif %}
{% endblock %}