Show data flows {% for flow in scenario.flows %} {% endfor %}
ID Name Source Sink Type
{{ loop.index }} {{ flow.name }} {{ flow.source }} {{ flow.sink }} {% if flow.is_response %} Response to {{ flow.response_to }} {% else %} Request {% endif %}