{% extends 'base/layout.html' %} {% load i18n %} {% block title %}{% trans "Flow view" %}{% endblock %} {% block content %}
| {% trans "Identifier" %} | {% trans "Source" %} | {% trans "Target" %} | {% trans "Protocol" %} | {% trans "Port" %} | {% trans "Message" %} | {% trans "Interface" %} | {% trans "EAI" %} | {% trans "Description" %} |
|---|---|---|---|---|---|---|---|---|
| {{ flow.flow_id|default:flow.pk }} | {{ flow.source.name }} | {{ flow.target.name }} | {{ flow.protocol|default:'—' }} | {{ flow.port|default:'—' }} | {{ flow.message_type|default:'—' }} | {{ flow.get_interface_type_display }} | {{ flow.eai|default:'—' }} | {{ flow.description|default:'' }} |