• {{ mac }} {% if mac.get_networks %} (on {# Per network interface, comma-separated list of networks. #} {% for network in mac.get_networks %} {{ network.name }}{% if not forloop.last %}, {% endif %}{% endfor %}){% endif %}