{% if not is_xhr|default(false) %}{% extends "base.html" %}{% endif -%} {% block content %}
Network
{% for io in network_interfaces %} {% endfor %}
Interface IP Bytes sent Bytes recv Packets sent Packets recv Errors in Errors out Dropped in Dropped out RX/s TX/s
{{ io.name }} {{ io.ip }} {{ io.bytes_sent }} {{ io.bytes_recv }} {{ io.packets_sent }} {{ io.packets_recv }} {{ io.errin }} {{ io.errout }} {{ io.dropin }} {{ io.dropout }} {{ io.rx_per_sec|default(0)|filesizeformat }} {{ io.tx_per_sec|default(0)|filesizeformat }}
{% endblock %}