% if (hasMoreInfo) { %>
|
<% } %>
<%- name %>
<% if (description) { %>
<%- description %>
<% } %>
|
|
<%- entity.entry.content.get('category') %>
|
<%- entity.entry.acl.get('app') %>
|
<% if (isDistributed) { %>
<%- groupColumn %>
|
<% } %>
<%- tagsColumn %>
|
<% if (isDisabled) { %>
<%= _("Disabled").t() %>
<% } else { %>
<%= _("Enabled").t() %>
<% } %>
|