{% extends '../blank_with_menu.html' %} {% block title %}General{% end %} {% block content %}
Operation system
{{ computer['os'] }}
Architecture
{{ computer['architecture'] }}
Hostname
{{ computer['hostname'] }}
CPU
{{ computer['cpu_name'] }}
Boot time
{{ computer['boot_time'] }} {{ computer['uptime'] }}
Total memory
{{ computer['total_mem'] }}
Total disk memory
{{ computer['total_disk_mem'] }}
{% end %} {% block js %} {% end %}