EPG/ESG Collection for VRF
{% if vrf_consume_table %}
Associated Contracts Consume
{% for cons in vrf_consume_table %} {{ cons|linkify }}
{% endfor %}
{% endif %} {% if vrf_provide_table %}
Associated Contracts Provide
{% for prov in vrf_provide_table %} {{ prov|linkify }}
{% endfor %}
{% endif %}