{% if result %} {% load noctags %}

{{object.name}} ({{object.address}}) MAC address table

{% noctable %} {% for r in result %} {% endfor %}
MACVLANInterfacesType
{{r.mac}} {{r.vlan_id}} {{r.interfaces|join:", "}} {{r.type}}
{% endnoctable %} {% else %} No data!!! {% endif %}