{% extends 'admin.twig' %} {% block content %}

{{ 'DevicesDetection_DeviceDetection'|translate }}

{{ 'DevicesDetection_UserAgent'|translate }}

{{ 'UserSettings_ColumnOperatingSystem'|translate }}

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

{{ 'UserSettings_ColumnBrowser'|translate }}

{{ 'General_Name'|translate }} ({{ 'Mobile_ShowAll'|translate }}) {{ browser_name }}
{{ 'CorePluginsAdmin_Version'|translate }} {{ browser_version }}
{{ 'UserSettings_ColumnBrowserFamily'|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 }}
{% endblock %}