<%= _('Review').t() %>
<% $.each(rows, function(ix,row) { %>
<%= row.label %>
<% if (row.value instanceof Array) { %> <% } else { %> <%- !_.isUndefined(row.value) ? row.value : _('N/A').t() %> <% } %>
<% }); %>