{% extends 'base_html.html' %} {% block content %} {% for vnfd in vnfds %} {% endfor %}
ID Name Description Infra Driver Mgmt Driver
{{ vnfd.id }} {{ vnfd.name }} {{ vnfd.description }} {{ vnfd.infra_driver }} {{ vnfd.mgmt_driver }}
{% endblock content %}