% if (status == "NEW") { %>
<%- description %> New.
<% } %> <% if (status == "WAITING") { %><%- description %> Waiting...
<% } %> <% if (status == "RUNNING") { %><%- description %> Running...
<% } %> <% if (status == "SUCCESS") { %><%- description %> Success.
<% } %> <% if (status == "FAILURE") { %><%- description %> Failure.
<% } %> <% if (status == "CANCELLED") { %><%- description %> Cancelled.
<% } %>