{% extends "layout.html" %} {% set active_page = "info" %} {% set help_page = ["system-information", _('System Information')] %} {% block title %} - {{_('System Information')}}{% endblock %} {% block body %}
{{uptime}}
{{uname}}
{{gpio_readall}}{%- else -%} {{_('Command "gpio" not found. Install gpio from the terminal with the following commands')}}:
cd && git clone git://git.drogon.net/wiringPi && cd wiringPi && ./build{%- endif -%}
{{i2c_devices_sorted[each_i2c_dev]}}
{{df}}
{{free}}
{{ifconfig}}
{{pstree_daemon}}
{{top_daemon}}
{{pstree_frontend}}
{{top_frontend}}