<% if (budgetAmount !== null) { %><%= numberFormatter.formatCurrency(budgetAmount) %><% } else { %> <% } %>
<% if (probability !== null) { %><%= numberFormatter.formatPercent(probability) %><% } else { %> <% } %>
<% if (customerName) { %><%= customerName %><% } else { %> <% } %>
<% if (contactName) { %><%= contactName %><% } else { %> <% } %>
<%= datetimeFormatter.formatDate(updatedAt) %>