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

{{object.name}} ({{object.address}}) MPLS VPNs

{% noctable %} {% for r in result %} {% endfor %}
Name Type Status RD Description Interfaces
{{r.name}} {{r.type}} {{r.status}} {{r.rd}} {{r.description}} {{r.interfaces|join:", "}}
{% endnoctable %} {% else %} No data!!! {% endif %}