{% if network_usage %} {% for iface in network_usage.interfaces %} {{ iface.interface }}: ↓ {{ (iface.rx_bps / 1024) | round(1) }} KB/s ↑ {{ (iface.tx_bps / 1024) | round(1) }} KB/s
{% endfor %} {% else %} — {% endif %}