{% extends 'base_html.html' %} {% load custom_filters %} {% block content %}
{% for sfc in sfc_list %}

{{ sfc.name }}

Start

Chain start
{% for vnf in sfc.chain %}

{{vnf.name}}

{{vnf.description}}
{% endfor %}

End

Chain end
{% endfor %}
{% for sfc in sfc_list %} {% endfor %} {% endblock content %}