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

{{object.name}} ({{object.address}}) VLANs

{% noctable %} {% for r in result %} {% endfor %}
VLANName
{{r.vlan_id}} {{r.name}}
{% endnoctable %} {% else %} No data!!! {% endif %}