<%- title %>

<%- _("Version").t() %>: <%- version %>

<% if( description.length > descriptionMaxLength) { %>

<%- description.substring(0, descriptionMaxLength - 30) %>... <%- _("More").t() %>

<%- description %>
<%- _("Less").t() %>

<% } else { %>

<%- description %>

<% } %> <% if(certified === "certified") { %>
<%- _("Splunk Certified").t() %>
<% } %>