% if (_.size(command.get("shortcuts")) > 0) { %>
<%= command.shortcutText() %>
<% } %>
<% if (command.get("category")) { %>
<%- command.get("category") %>:
<% } %>
<%- command.get("description") || command.get("title") %>
<% if (command.get("label").length > 0) { %>
<%- command.get("label") %>
<% } %>