{% load noctags %}

{{object.name}} ({{object.address}}) SNMP Get Next

{% if result %} {% noctable %} {% for oid, v in result %} {% endfor %}
OIDValue
{{oid}} {{v}}
{% endnoctable %} {% else %} No data available!!! {% endif %}