{% trans "Hostname" %} | {{ local.hostname }} |
---|---|
{% trans "Build" %} | {{ local.version }} |
{% trans "Platform" %} | {{ local.model }} |
{% trans "Memory" %} | {{ local.physmem }} |
{% trans "System Time" %} | {{ local.datetime|date:"r" }} |
{% trans "Uptime" %} | {{ local.uptime }} |
{% trans "Load Average" %} | {{ local.loadavg }} |
{% trans "System Serial" %} | {{ local.system_serial }} |
{% trans "System Product" %} | {{ local.system_product }} |
{% trans "License" %} | {% if local.license %} {{ local.license }} {% else %} {% trans "No license" %} {% endif %} |
{% trans "Hostname" %} | {{ standby.hostname }} |
---|---|
{% trans "Build" %} | {{ standby.version }} |
{% trans "Platform" %} | {{ standby.model }} |
{% trans "Memory" %} | {{ standby.physmem }} |
{% trans "System Time" %} | {{ standby.datetime|date:"r" }} |
{% trans "Uptime" %} | {{ standby.uptime }} |
{% trans "Load Average" %} | {{ standby.loadavg }} |
{% trans "System Serial" %} | {{ standby.system_serial }} |
{% trans "System Product" %} | {{ standby.system_product }} |