| <%= _("severity").t() %> | <% fields.forEach(function(field, i) { %> <% if (i !== sevLvlIdx ) { %><%= field %> | <% } %> <% }) %>|
|---|---|---|
| <% row.forEach(function(value, i) { %> <% if (i !== sevLvlIdx ) { %> <% if (i === idIndex) { %> | <%= renderMVField(value) %> | <% } else { %><%= renderMVField(value) %> | <% } %> <% } %> <% }) %>