<%= _('Splunk Version').t() %>
<%- version %>
<%= _('Splunk Build').t() %>
<%- build %>
<%= _('Current App').t() %>
<%- currentApp %>
<% if (appVersion) { %>
<%= _('App Version').t() %>
<%- appVersion %>
<% } %> <% if (appBuild) { %>
<%= _('App Build').t() %>
<%- appBuild %>
<% } %>
<% if (listOfProducts) { %>
<%= _('List of Products: ').t() %>
<%- listOfProducts %>
<% } %>
<%= _('Server Name').t() %>
<%- serverName %>