{% extends "admin/base_site.html" %} {% load i18n static %} {% block extrastyle %} {{ block.super }} {% endblock extrastyle %} {% block content %} {% if openwisp_version %}

{% trans "OpenWISP Version" %}: {{ openwisp_version }}

{% endif %}

{% trans "Installed OpenWISP Modules" %}

{% trans "OS Information" %}

{% trans "OS version" %}: {{ system_info.os_version }}

{% trans "Kernel version" %}: {{ system_info.kernel_version }}

{% trans "Hardware platform" %}: {{ system_info.hardware_platform }}

{% block metric_collect_consent %} {% if metric_collection_installed %}

Metric collection

{% endif %} {% endblock metric_collect_consent %} {% endblock content %} {% block extrahead %} {{ block.super }} {% if 'jquery' not in block.super and not media.js %} {% endif %} {% endblock %} {% block footer %} {{ block.super }} {% if metric_collection_installed %} {% endif %} {% endblock footer %}