| 12345678910111213 | <thead>    <th width="30"> </th>    <th><%- i18n('streams', 'incoming-port') %></th>    <th><%- i18n('str', 'destination') %></th>    <th><%- i18n('streams', 'protocol') %></th>    <th><%- i18n('str', 'status') %></th>    <% if (canManage) { %>    <th> </th>    <% } %></thead><tbody>    <!-- items --></tbody>
 |