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

{{object.name}} ({{object.address}}) ARP Cache

{% noctable %} {% for r in result %} {% endfor %}
IPMACInterfaceCommands
{{r.ip}} {{r.mac}} {{r.interface}} {% if "ping" in object.profile.scripts %} ping {% endif %}
{% endnoctable %} {% else %} No data!!! {% endif %}