<% if (!simplifiedMoreInfo.hideBundle) { %>
<%- strings.CONTEXT %>
<%- change.getBundleDisplayName() %>
<% } %> <% if (!simplifiedMoreInfo.hideConfType) { %>
<%- strings.CONFIGURATION_TYPE %>
<%- change.getStanzaType() %>
<% } %>
<% _.each(mergedAttrs, function(val, key) { %> <% if (strings[val.before]) { %> <% } else { %> <% } %> <% if (strings[val.after]) { %> <% } else { %> <% } %> <% }); %>
<%- strings.ATTRIBUTES %> <%- strings.BEFORE %> <%- strings.AFTER %>
<%- key %><%- strings[val.before] %><%- val.before %><%- strings[val.after] %><%- val.after %>