{% extends '../blank_with_menu.html' %} {% block title %}Network{% end %} {% block content %}
Hostname
{{ network['hostname'] }}
MAC address
{{ network['mac_address'] }}
IP address
{{ network['ip_address'] }}
Mask
{{ network['mask'] }}
Gateway
{{ network['gateway'] }}
Bytes sent
{{ network['bytes_sent'] }}
Bytes received
{{ network['bytes_recv'] }}
{% end %}