|
<% if( description.length > descMaxLength) { %>
<%- stringUtils.truncateTrailingString(description, descMaxLength) %> <%- _("More").t() %>
<%- description %> <%- _("Less").t() %>
<% } else { %>
<%- description %>
<% } %>
|
<%= _("Run").t() %>
<% if (model.entry.content.get("next_scheduled_time")) { %>
<%= _("View Recent").t() %>
<% } %>
|
<% if (model.entry.content.get('auto_summarize')) { %>
<% } %>
|
<%- _(model.entry.content.get("next_scheduled_time")||"none").t() %> |
<%- _(model.entry.content.get("displayview")||"none").t() %> |
<%- _(model.entry.acl.get("owner") || "").t() %> |
<%- model.entry.acl.get("app") %> |
<%- alertCount %> |
|
|